##// END OF EJS Templates
config: mention edit options and config topic in help
Matt Mackall -
r20783:43054dc8 default
parent child Browse files
Show More
@@ -1477,10 +1477,17 b' def config(ui, repo, *values, **opts):'
1477 With multiple arguments, print names and values of all config
1477 With multiple arguments, print names and values of all config
1478 items with matching section names.
1478 items with matching section names.
1479
1479
1480 With --edit, start an editor on the user-level config file. With
1481 --global, edit the system-wide config file. With --local, edit the
1482 repository-level config file.
1483
1480 With --debug, the source (filename and line number) is printed
1484 With --debug, the source (filename and line number) is printed
1481 for each config item.
1485 for each config item.
1482
1486
1487 See :hg:`help config` for more information about config files.
1488
1483 Returns 0 on success.
1489 Returns 0 on success.
1490
1484 """
1491 """
1485
1492
1486 if opts.get('edit') or opts.get('local') or opts.get('global'):
1493 if opts.get('edit') or opts.get('local') or opts.get('global'):
General Comments 0
You need to be logged in to leave comments. Login now