##// END OF EJS Templates
Move aliases section in help below synopsis (issue362)...
Move aliases section in help below synopsis (issue362) This should avoid confusion why e.g. "hg help co" shows help for "hg update" instead.

File last commit:

r5559:4fca1b18 default
r5783:28d9f8cd default
Show More
map
23 lines | 641 B | text/plain | TextLexer
Thomas Arendsen Hein
Moved hgweb map-* files into their style directories and adjusted them.
r3277 header = header.tmpl
footer = ''
changeset = changeset.tmpl
difflineplus = '#line#'
difflineminus = '#line#'
difflineat = '#line#'
diffline = '#line#'
changesetparent = '# Parent #node#'
changesetchild = '# Child #node#'
filenodelink = ''
filerevision = '#rawfileheader##raw#'
fileline = '#line#'
diffblock = '#lines#'
filediff = filediff.tmpl
fileannotate = fileannotate.tmpl
annotateline = '#author#@#rev#: #line#'
Brendan Cully
hgweb: add raw manifest template
r3941 manifest = manifest.tmpl
manifestdirentry = 'drwxr-xr-x {basename}\n'
manifestfileentry = '{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'