--- a/hgext3rd/evolve/cmdrewrite.py Mon Dec 04 14:27:27 2017 -0800
+++ b/hgext3rd/evolve/cmdrewrite.py Tue Dec 05 16:08:50 2017 -0800
@@ -284,7 +284,7 @@
ds.copy(src, dst)
@eh.command(
- '^uncommit',
+ 'uncommit',
[('a', 'all', None, _('uncommit all changes when no arguments given')),
('i', 'interactive', False, _('interactive mode to uncommit (EXPERIMENTAL)')),
('r', 'rev', '', _('revert commit content to REV instead')),
@@ -590,7 +590,7 @@
lockmod.release(lock, wlock)
@eh.command(
- '^metaedit',
+ 'metaedit',
[('r', 'rev', [], _("revision to edit")),
('', 'fold', None, _("also fold specified revisions into one")),
] + commitopts + commitopts2 + commitopts3,
@@ -990,7 +990,7 @@
lockmod.release(tr, lock, wlock)
@eh.command(
- '^touch',
+ 'touch',
[('r', 'rev', [], 'revision to update'),
('D', 'duplicate', False,
'do not mark the new revision as successor of the old one'),