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