##// END OF EJS Templates
Include inttypes.h instead of stdint.h (fixes issue299)...
Include inttypes.h instead of stdint.h (fixes issue299) Many projects use inttypes.h, too. stdint.h isn't available everywhere, e.g. on some versions of Solaris, while inttypes.h is available everywhere where stdint.h is.

File last commit:

r2539:8a8d9ada merge default
r2543:860e9c83 default
Show More
map-raw
16 lines | 433 B | text/plain | TextLexer
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 header = header-raw.tmpl
Vadim Gelfer
use safer string parser for template engine.
r1901 footer = ''
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 changeset = changeset-raw.tmpl
Vadim Gelfer
use safer string parser for template engine.
r1901 difflineplus = '#line#'
difflineminus = '#line#'
difflineat = '#line#'
diffline = '#line#'
Benoit Boissinot
make changeset outputted by the raw template to be closer to 'hg export'
r2520 changesetparent = '# Parent #node#'
changesetchild = '# Child #node#'
Vadim Gelfer
use safer string parser for template engine.
r1901 filenodelink = ''
Eric Hopper
Fix raw files in the web UI.
r2534 filerevision = '#rawfileheader##raw#'
Vadim Gelfer
use safer string parser for template engine.
r1901 fileline = '#line#'
diffblock = '#lines#'
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 filediff = filediff-raw.tmpl
Thomas Arendsen Hein
Added raw view for file annotate in hgweb.
r1694 fileannotate = fileannotate-raw.tmpl
Vadim Gelfer
use safer string parser for template engine.
r1901 annotateline = '#author#@#rev#: #line#'