##// END OF EJS Templates
commands: expand "arg" -> "argument" in showconfig help strings...
Martin Geisler -
r8664:f265106c default
parent child Browse files
Show More
@@ -782,13 +782,13 b' def debugcheckstate(ui, repo):'
782 782 def showconfig(ui, repo, *values, **opts):
783 783 """show combined config settings from all hgrc files
784 784
785 With no args, print names and values of all config items.
786
787 With one arg of the form section.name, print just the value of
788 that config item.
789
790 With multiple args, print names and values of all config items
791 with matching section names.
785 With no arguments, print names and values of all config items.
786
787 With one argument of the form section.name, print just the value
788 of that config item.
789
790 With multiple arguments, print names and values of all config
791 items with matching section names.
792 792
793 793 With the --debug flag, the source (filename and line number) is
794 794 printed for each config item.
General Comments 0
You need to be logged in to leave comments. Login now