##// END OF EJS Templates
commands: describe --debug in showconfig help
Martin Geisler -
r8279:602ed498 default
parent child Browse files
Show More
@@ -784,7 +784,11 b' def showconfig(ui, repo, *values, **opts'
784 that config item.
784 that config item.
785
785
786 With multiple args, print names and values of all config items
786 With multiple args, print names and values of all config items
787 with matching section names."""
787 with matching section names.
788
789 With the --debug flag, the source (filename and line number) is
790 printed for each config item.
791 """
788
792
789 untrusted = bool(opts.get('untrusted'))
793 untrusted = bool(opts.get('untrusted'))
790 if values:
794 if values:
General Comments 0
You need to be logged in to leave comments. Login now