mercurial/commands.py
changeset 2241 abd70a92e06f
parent 2238 25af3f17ce95
child 2245 d2118a0926bd
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -3096,7 +3096,7 @@ table = {
          [('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')),