hgext/evolve.py
branchcompat-hg2.3
changeset 611 bd0f49f2ec83
parent 593 26f76b38f879
child 616 279403a12565
child 619 f50f8da7a077
--- a/hgext/evolve.py	Wed Nov 07 17:22:16 2012 +0100
+++ b/hgext/evolve.py	Thu Nov 15 15:46:54 2012 +0100
@@ -1884,7 +1884,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]...'))