hg: install hgweb templates

This commit is contained in:
cinap_lenrek 2015-03-13 18:30:59 +01:00
parent e437b1b289
commit e74d851d69
127 changed files with 5752 additions and 4 deletions

View 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}'