hgext/evolve.py
branchstable
changeset 616 279403a12565
parent 604 d43e80504e55
parent 611 bd0f49f2ec83
child 617 469befc27b26
--- a/hgext/evolve.py	Wed Nov 07 17:22:41 2012 +0100
+++ b/hgext/evolve.py	Wed Nov 21 11:05:51 2012 +0100
@@ -1499,7 +1499,7 @@
     [('A', 'addremove', None,
      _('mark new/missing files as added/removed before committing')),
     ('n', 'note', '', _('use text as commit message for this update')),
-    ('c', 'change', '', _('specifies the changesets to amend'), _('REV')),
+    ('c', 'change', '', _('specifies the changesets to amend (DEPRECATED)'), _('REV')),
     ('e', 'edit', False, _('invoke editor on commit messages')),
     ] + walkopts + commitopts + commitopts2,
     _('[OPTION]... [FILE]...'))