hgext/keyword.py
branchstable
changeset 19997 de16c673455b
parent 18825 f0564402d059
child 20033 f962870712da
equal deleted inserted replaced
19996:52b437586435 19997:de16c673455b
    51     [keywordset]
    51     [keywordset]
    52     # prefer svn- over cvs-like default keywordmaps
    52     # prefer svn- over cvs-like default keywordmaps
    53     svn = True
    53     svn = True
    54 
    54 
    55 .. note::
    55 .. note::
       
    56 
    56    The more specific you are in your filename patterns the less you
    57    The more specific you are in your filename patterns the less you
    57    lose speed in huge repositories.
    58    lose speed in huge repositories.
    58 
    59 
    59 For [keywordmaps] template mapping and expansion demonstration and
    60 For [keywordmaps] template mapping and expansion demonstration and
    60 control run :hg:`kwdemo`. See :hg:`help templates` for a list of
    61 control run :hg:`kwdemo`. See :hg:`help templates` for a list of