##// END OF EJS Templates
setup: get version number using pure Python modules
setup: get version number using pure Python modules

File last commit:

r7166:fb3df69a default
r7721:a1138f43 default
Show More
map
23 lines | 630 B | text/plain | TextLexer
Dirkjan Ochtman
hgweb: move HTTP content types out of header templates...
r5928 mimetype = 'text/plain; charset={encoding}'
header = ''
Thomas Arendsen Hein
Moved hgweb map-* files into their style directories and adjusted them.
r3277 footer = ''
changeset = changeset.tmpl
difflineplus = '#line#'
difflineminus = '#line#'
difflineat = '#line#'
diffline = '#line#'
Benoit Boissinot
hgweb: nodeids should be aligned in raw changesets...
r7166 changesetparent = '# Parent #node#'
changesetchild = '# Child #node#'
Thomas Arendsen Hein
Moved hgweb map-* files into their style directories and adjusted them.
r3277 filenodelink = ''
fileline = '#line#'
diffblock = '#lines#'
filediff = filediff.tmpl
fileannotate = fileannotate.tmpl
Benoit Boissinot
web: fix annotate raw template, forgotten in ccc2481e3954
r6967 annotateline = '{author|user}@{rev}: {line}'
Brendan Cully
hgweb: add raw manifest template
r3941 manifest = manifest.tmpl
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 direntry = 'drwxr-xr-x {basename}\n'
fileentry = '{permissions|permissions} {size} {basename}\n'
Benoit Boissinot
hgweb: add raw template to hgwebdir
r4024 index = index.tmpl
Bryan O'Sullivan
hgweb: flesh out raw templates
r5559 notfound = notfound.tmpl
error = error.tmpl
Benoit Boissinot
hgweb: add raw template to hgwebdir
r4024 indexentry = '#url#\n'