mercurial/templates/raw/map
changeset 16773 d490edc71146
parent 13921 4788923a2b33
child 17277 323de4f49bd1
equal deleted inserted replaced
16770:b3435385f99f 16773:d490edc71146
    26 tagentry = '{tag}	{node}\n'
    26 tagentry = '{tag}	{node}\n'
    27 bookmarks = '{entries%bookmarkentry}'
    27 bookmarks = '{entries%bookmarkentry}'
    28 bookmarkentry = '{bookmark}	{node}\n'
    28 bookmarkentry = '{bookmark}	{node}\n'
    29 branches = '{entries%branchentry}'
    29 branches = '{entries%branchentry}'
    30 branchentry = '{branch}	{node}	{status}\n'
    30 branchentry = '{branch}	{node}	{status}\n'
       
    31 graph = graph.tmpl
       
    32 graphnode = graphnode.tmpl
       
    33 graphedge = graphedge.tmpl
       
    34 bookmarkname = 'bookmark:    {name}\n'
       
    35 branchname = 'branch:      {name}\n'
       
    36 tagname = 'tag:         {name}\n'