equal
deleted
inserted
replaced
279 Extend the current configuration by specifying maps as arguments |
279 Extend the current configuration by specifying maps as arguments |
280 and using -f/--rcfile to source an external hgrc file. |
280 and using -f/--rcfile to source an external hgrc file. |
281 |
281 |
282 Use -d/--default to disable current configuration. |
282 Use -d/--default to disable current configuration. |
283 |
283 |
284 See "hg help templates" for information on templates and filters. |
284 See :hg:`help templates` for information on templates and filters. |
285 ''' |
285 ''' |
286 def demoitems(section, items): |
286 def demoitems(section, items): |
287 ui.write('[%s]\n' % section) |
287 ui.write('[%s]\n' % section) |
288 for k, v in sorted(items): |
288 for k, v in sorted(items): |
289 ui.write('%s = %s\n' % (k, v)) |
289 ui.write('%s = %s\n' % (k, v)) |