eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/mercurial/templates/template-vars.txt
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 repo          the name of the repo
       
     2 rev           a changeset.manifest revision
       
     3 node          a changeset node
       
     4 changesets    total number of changesets
       
     5 file          a filename
       
     6 filerev       a file revision
       
     7 filerevs      total number of file revisions
       
     8 up            the directory of the relevant file
       
     9 path          a path in the manifest, starting with "/"
       
    10 basename      a short pathname
       
    11 date          a date string
       
    12 age           age in hours, days, etc
       
    13 line          a line of text (escaped)
       
    14 desc          a description (escaped, with breaks)
       
    15 shortdesc     a short description (escaped)
       
    16 author        a name or email addressv(obfuscated)
       
    17 parent        a list of the parent
       
    18 child         a list of the children
       
    19 tags          a list of tag
       
    20 
       
    21 header        the global page header
       
    22 footer        the global page footer
       
    23 
       
    24 files         a list of file links
       
    25 file_copies   a list of pairs of name, source filenames
       
    26 dirs          a set of directory links
       
    27 diff          a diff of one or more files
       
    28 annotate      an annotated file
       
    29 entries       the entries relevant to the page
       
    30 
       
    31 url           base url of hgweb interface
       
    32 staticurl     base url for static resources
       
    33 
       
    34 
       
    35 Templates and commands:
       
    36   changelog(rev) - a page for browsing changesets
       
    37     naventry - a link for jumping to a changeset number
       
    38     filenodelink - jump to file diff
       
    39     fileellipses - printed after maxfiles
       
    40     changelogentry - an entry in the log
       
    41   manifest - browse a manifest as a directory tree