diff -r 25af3f17ce95 -r abd70a92e06f mercurial/commands.py --- 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')),