equal
deleted
inserted
replaced
780 raise util.Abort(error) |
780 raise util.Abort(error) |
781 |
781 |
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. |
795 """ |
795 """ |
796 |
796 |