eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/mercurial/templates/raw/map
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 mimetype = 'text/plain; charset={encoding}'
       
     2 header = ''
       
     3 footer = ''
       
     4 changeset = changeset.tmpl
       
     5 difflineplus = '{line}'
       
     6 difflineminus = '{line}'
       
     7 difflineat = '{line}'
       
     8 diffline = '{line}'
       
     9 changesetparent = '# Parent  {node}'
       
    10 changesetchild = '# Child   {node}'
       
    11 filenodelink = ''
       
    12 filenolink = ''
       
    13 fileline = '{line}'
       
    14 diffblock = '{lines}'
       
    15 filediff = filediff.tmpl
       
    16 fileannotate = fileannotate.tmpl
       
    17 annotateline = '{author|user}@{rev}: {line}'
       
    18 manifest = manifest.tmpl
       
    19 direntry = 'drwxr-xr-x {basename}\n'
       
    20 fileentry = '{permissions|permissions} {size} {basename}\n'
       
    21 index = index.tmpl
       
    22 notfound = notfound.tmpl
       
    23 error = error.tmpl
       
    24 indexentry = '{url}\n'
       
    25 tags = '{entries%tagentry}'
       
    26 tagentry = '{tag}	{node}\n'
       
    27 branches = '{entries%branchentry}'
       
    28 branchentry = '{branch}	{node}	{status}\n'