diff mercurial/commands.py @ 2241:abd70a92e06f

hide deprecated undo command by making it an alias for debugundo.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Tue, 09 May 2006 20:56:13 -0700
parents 25af3f17ce95
children d2118a0926bd
line wrap: on
line diff
--- a/mercurial/commands.py	Tue May 09 13:29:55 2006 -0700
+++ b/mercurial/commands.py	Tue May 09 20:56:13 2006 -0700
@@ -3096,7 +3096,7 @@
          [('u', 'update', None,
            _('update the working directory to tip after unbundle'))],
          _('hg unbundle [-u] FILE')),
-    "undo": (undo, [], _('hg undo')),
+    "debugundo|undo": (undo, [], _('hg undo')),
     "^update|up|checkout|co":
         (update,
          [('b', 'branch', '', _('checkout the head of a specific branch')),