--- 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]...'))