# HG changeset patch # User Pierre-Yves David # Date 1370018731 -7200 # Node ID 2a325626bf06d203dcc0f5ff8ee7d2a472bb4298 # Parent 4e7e7a7d8500b3b0751c187ce2c788279837f17a amend: hide the --note option The intermediate commit will not survive long diff -r 4e7e7a7d8500 -r 2a325626bf06 hgext/evolve.py --- 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]...'))