Mercurial > evolve
changeset 723:2a325626bf06 stable
amend: hide the --note option
The intermediate commit will not survive long
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Fri, 31 May 2013 18:45:31 +0200 |
parents | 4e7e7a7d8500 |
children | fa049c1d9445 |
files | hgext/evolve.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/evolve.py Thu May 02 18:00:38 2013 +0200 +++ b/hgext/evolve.py Fri May 31 18:45:31 2013 +0200 @@ -1378,7 +1378,7 @@ @command('amend|refresh', [('A', 'addremove', None, _('mark new/missing files as added/removed before committing')), - ('n', 'note', '', _('use text as commit message for this update')), + ('n', 'note', '', _('use text as commit message for this update (DEPRECATED)')), ('e', 'edit', False, _('invoke editor on commit messages')), ] + walkopts + commitopts + commitopts2, _('[OPTION]... [FILE]...'))