Mercurial > evolve
diff hgext/evolve.py @ 611:bd0f49f2ec83 compat-hg2.3
deprecate "amend --change" option
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Thu, 15 Nov 2012 15:46:54 +0100 |
parents | 26f76b38f879 |
children | 279403a12565 f50f8da7a077 |
line wrap: on
line diff
--- 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]...'))