diff hgext/extdiff.py @ 4730:eadfaa9ec487

Updated command tables in commands.py and hgext extensions. - Marked for translation where extensions already had _() - Corrected indentation - fixed a few synopsises
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 26 Jun 2007 22:38:57 +0200
parents 49237d6ae97d
children 1830bc7676ee 23651848d638
line wrap: on
line diff
--- a/hgext/extdiff.py
+++ b/hgext/extdiff.py
@@ -189,4 +189,4 @@ def uisetup(ui):
             return mydiff
         cmdtable[cmd] = (save(cmd, path, diffopts),
                          cmdtable['extdiff'][1][1:],
-                         _('hg %s [OPT]... [FILE]...') % cmd)
+                         _('hg %s [OPTION]... [FILE]...') % cmd)