hgkw/keyword.py
branchstable
changeset 754 6c99007688ce
parent 749 9f46c562c4b5
child 756 c39a201b2b7f
equal deleted inserted replaced
752:bceb04857ce1 754:6c99007688ce
   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))