mercurial/templatekw.py
changeset 14064 e4bfb9c337f3
parent 13878 a8d13ee0ce68
child 14318 1f46be4689ed
equal deleted inserted replaced
14063:87ebf72878ed 14064:e4bfb9c337f3
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     7 
     7 
     8 from node import hex
     8 from node import hex
     9 import encoding, patch, util, error, help
     9 import patch, util, error, help
    10 
    10 
    11 def showlist(name, values, plural=None, **args):
    11 def showlist(name, values, plural=None, **args):
    12     '''expand set of values.
    12     '''expand set of values.
    13     name is name of key in template map.
    13     name is name of key in template map.
    14     values is list of strings or dicts.
    14     values is list of strings or dicts.