diff -r 3e7ec61fbcdc -r 279403a12565 hgext/evolve.py --- 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]...'))