diff mercurial/commands.py @ 10557:d1bbf01c4a8e

Merge with stable
author Martin Geisler <mg@lazybytes.net>
date Sun, 28 Feb 2010 18:06:47 +0100
parents fac67f0bfbb2
children b1339234080e
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Feb 24 18:22:45 2010 +0100
+++ b/mercurial/commands.py	Sun Feb 28 18:06:47 2010 +0100
@@ -3334,7 +3334,8 @@
      _('do not prompt, assume \'yes\' for any required answers')),
     ('q', 'quiet', None, _('suppress output')),
     ('v', 'verbose', None, _('enable additional output')),
-    ('', 'config', [], _('set/override config option')),
+    ('', 'config', [],
+     _('set/override config option (use \'section.name=value\')')),
     ('', 'debug', None, _('enable debugging output')),
     ('', 'debugger', None, _('start debugger')),
     ('', 'encoding', encoding.encoding, _('set the charset encoding')),