mercurial/commands.py
changeset 8279 602ed4982f36
parent 8277 b9403042968a
child 8284 36c704b0e7ab
--- 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: