i18n, imerge: mark command line for translation
authorMartin Geisler <mg@daimi.au.dk>
Sat, 06 Sep 2008 17:44:02 +0200
changeset 7001 9a32b8a6868e
parent 7000 af694c6a888c
child 7002 07c8396fa001
i18n, imerge: mark command line for translation
hgext/imerge.py
--- a/hgext/imerge.py	Sat Sep 06 17:44:01 2008 +0200
+++ b/hgext/imerge.py	Sat Sep 06 17:44:02 2008 +0200
@@ -403,5 +403,5 @@
     (imerge,
      [('r', 'rev', '', _('revision to merge')),
       ('a', 'auto', None, _('automatically merge where possible'))],
-      'hg imerge [command]')
+      _('hg imerge [command]'))
 }