hgkw/keyword.py
changeset 755 53df72b60f06
parent 754 6c99007688ce
child 756 c39a201b2b7f
equal deleted inserted replaced
753:491c3fc0f551 755:53df72b60f06
   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))