comparison hgext/keyword.py @ 11193:687c7d395f20

Use our custom hg reStructuredText role some more I missed these occurrences on my first scan through the source.
author Martin Geisler <mg@aragost.com>
date Tue, 18 May 2010 16:31:10 +0200
parents 6d0d945f9e52
children 3d61813a300e
comparison
equal deleted inserted replaced
11192:babf9a5f5528 11193:687c7d395f20
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))