diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-03-13 18:30:59 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-03-13 18:30:59 +0100 |
commit | e74d851d692e7249dd5ee2f0e4bb7ba3ed9844e4 (patch) | |
tree | 3789ac90a352c08e1663e422282ec2403e17c7b3 /sys/lib/python/mercurial/templates/raw/changeset.tmpl | |
parent | e437b1b289354c9d390b400f1c9c215857848126 (diff) |
hg: install hgweb templates
Diffstat (limited to 'sys/lib/python/mercurial/templates/raw/changeset.tmpl')
-rw-r--r-- | sys/lib/python/mercurial/templates/raw/changeset.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/lib/python/mercurial/templates/raw/changeset.tmpl b/sys/lib/python/mercurial/templates/raw/changeset.tmpl new file mode 100644 index 000000000..b59d99b59 --- /dev/null +++ b/sys/lib/python/mercurial/templates/raw/changeset.tmpl @@ -0,0 +1,9 @@ +{header} +# HG changeset patch +# User {author} +# Date {date|hgdate} +# Node ID {node} +{parent%changesetparent} +{desc} + +{diff} |