# HG changeset patch # User Martin Geisler # Date 2008-09-06 15:44:07 # Node ID 2365c6d4c330415260821aec67580188022b14e7 # Parent 07c8396fa001999bdc4f62746b90191ffdf4c584 i18n: mark command line for translation diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3234,7 +3234,7 @@ table = { [('l', 'list', None, _('list state of files needing merge')), ('m', 'mark', None, _('mark files as resolved')), ('u', 'unmark', None, _('unmark files as resolved'))], - ('hg resolve [OPTION] [FILES...]')), + _('hg resolve [OPTION] [FILES...]')), "revert": (revert, [('a', 'all', None, _('revert all changes when no arguments given')),