changeset 8279:602ed4982f36

commands: describe --debug in showconfig help
author Martin Geisler <mg@lazybytes.net>
date Sat, 02 May 2009 21:29:00 +0200
parents 1f9787de17d9
children 0b02d98d44d0
files mercurial/commands.py
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
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: