hgext/evolve.py
branchstable
changeset 723 2a325626bf06
parent 722 4e7e7a7d8500
child 724 fa049c1d9445
--- 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]...'))