# HG changeset patch # User Martin Geisler # Date 2009-05-02 19:29:00 # Node ID 602ed4982f36203309511940a9081d1454bc45c5 # Parent 1f9787de17d98a25abff8a0d90ef398bc45de9bf commands: describe --debug in showconfig help diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -784,7 +784,11 @@ def showconfig(ui, repo, *values, **opts 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: