##// 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 def showconfig(ui, repo, *values, **opts):
782 def showconfig(ui, repo, *values, **opts):
783 """show combined config settings from all hgrc files
783 """show combined config settings from all hgrc files
784
784
785 With no args, print names and values of all config items.
785 With no arguments, print names and values of all config items.
786
786
787 With one arg of the form section.name, print just the value of
787 With one argument of the form section.name, print just the value
788 that config item.
788 of that config item.
789
789
790 With multiple args, print names and values of all config items
790 With multiple arguments, print names and values of all config
791 with matching section names.
791 items with matching section names.
792
792
793 With the --debug flag, the source (filename and line number) is
793 With the --debug flag, the source (filename and line number) is
794 printed for each config item.
794 printed for each config item.
General Comments 0
You need to be logged in to leave comments. Login now