evolve: removes amend from the list of advertised function stable
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 04 Feb 2013 17:18:02 +0100
branchstable
changeset 673 761b5b266985
parent 672 f7834b360f8f
child 674 b3ce838a077e
evolve: removes amend from the list of advertised function We have commit --amend almost as powerful now.
hgext/evolve.py
--- a/hgext/evolve.py	Mon Feb 04 17:11:58 2013 +0100
+++ b/hgext/evolve.py	Mon Feb 04 17:18:02 2013 +0100
@@ -354,7 +354,6 @@
 ### revset symbol
 
 eh.revset('latecomer')(revset.symbols['bumped'])
-
 eh.revset('conflicting')(revset.symbols['divergent'])
 
 
@@ -1294,7 +1293,7 @@
     finally:
         wlock.release()
 
-@command('^amend|refresh',
+@command('amend|refresh',
     [('A', 'addremove', None,
      _('mark new/missing files as added/removed before committing')),
     ('n', 'note', '', _('use text as commit message for this update')),