hgext/evolve.py
branchstable
changeset 507 4b1797518abe
parent 497 43e1b2cab789
child 509 c072e559746d
--- a/hgext/evolve.py	Fri Aug 24 17:27:09 2012 +0200
+++ b/hgext/evolve.py	Fri Aug 24 19:11:49 2012 +0200
@@ -2103,7 +2103,7 @@
     except KeyError:
         raise error.Abort(_('evolution extension requires rebase extension.'))
 
-    for cmd in ['amend', 'kill', 'uncommit']:
+    for cmd in ['amend', 'kill', 'uncommit', 'touch', 'fold']:
         entry = extensions.wrapcommand(cmdtable, cmd,
                                        warnobserrors)