hg: install hgweb templates
This commit is contained in:
parent
e437b1b289
commit
e74d851d69
127 changed files with 5752 additions and 4 deletions
9
sys/lib/python/mercurial/templates/map-cmdline.compact
Normal file
9
sys/lib/python/mercurial/templates/map-cmdline.compact
Normal file
|
@ -0,0 +1,9 @@
|
|||
changeset = '{rev}{tags}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n'
|
||||
changeset_quiet = '{rev}:{node|short}\n'
|
||||
changeset_verbose = '{rev}{tags}{parents} {node|short} {date|isodate} {author}\n {desc|strip}\n\n'
|
||||
start_tags = '['
|
||||
tag = '{tag},'
|
||||
last_tag = '{tag}]'
|
||||
start_parents = ':'
|
||||
parent = '{rev},'
|
||||
last_parent = '{rev}'
|
Loading…
Add table
Add a link
Reference in a new issue