hgext/evolve.py
changeset 315 4bbc17716f5a
parent 314 ebd286f06879
child 318 da7509e7b50c
--- a/hgext/evolve.py	Sat Jun 23 19:24:37 2012 +0200
+++ b/hgext/evolve.py	Tue Jun 26 16:21:08 2012 +0200
@@ -680,7 +680,7 @@
     # warning about more obsolete
     for cmd in ['commit', 'push', 'pull', 'graft', 'phase', 'unbundle']:
         entry = extensions.wrapcommand(commands.table, cmd, warnobserrors)
-    for cmd in ['kill', 'amend']:
+    for cmd in ['amend', 'kill', 'uncommit']:
         entry = extensions.wrapcommand(cmdtable, cmd, warnobserrors)
 
     if rebase is not None: