mercurial/templates/template-vars.txt
branchstable
changeset 17839 d118a4f4fd16
parent 17735 605fe310691f
parent 17838 d51364b318ea
child 17840 af7ccbf2addc
equal deleted inserted replaced
17735:605fe310691f 17839:d118a4f4fd16
     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 logourl       base url of logo
       
    33 staticurl     base url for static resources
       
    34 
       
    35 
       
    36 Templates and commands:
       
    37   changelog(rev) - a page for browsing changesets
       
    38     naventry - a link for jumping to a changeset number
       
    39     filenodelink - jump to file diff
       
    40     fileellipses - printed after maxfiles
       
    41     changelogentry - an entry in the log
       
    42   manifest - browse a manifest as a directory tree