diff mercurial/commands.py @ 8279:602ed4982f36

commands: describe --debug in showconfig help
author Martin Geisler <mg@lazybytes.net>
date Sat, 02 May 2009 21:29:00 +0200
parents b9403042968a
children 36c704b0e7ab
line wrap: on
line diff
--- a/mercurial/commands.py	Sat May 02 21:09:37 2009 +0200
+++ b/mercurial/commands.py	Sat May 02 21:29:00 2009 +0200
@@ -784,7 +784,11 @@
     that config item.
 
     With multiple args, print names and values of all config items
-    with matching section names."""
+    with matching section names.
+
+    With the --debug flag, the source (filename and line number) is
+    printed for each config item.
+    """
 
     untrusted = bool(opts.get('untrusted'))
     if values: