From e74d851d692e7249dd5ee2f0e4bb7ba3ed9844e4 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 13 Mar 2015 18:30:59 +0100 Subject: hg: install hgweb templates --- .../mercurial/templates/gitweb/changeset.tmpl | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 sys/lib/python/mercurial/templates/gitweb/changeset.tmpl (limited to 'sys/lib/python/mercurial/templates/gitweb/changeset.tmpl') diff --git a/sys/lib/python/mercurial/templates/gitweb/changeset.tmpl b/sys/lib/python/mercurial/templates/gitweb/changeset.tmpl new file mode 100644 index 000000000..2487dd66e --- /dev/null +++ b/sys/lib/python/mercurial/templates/gitweb/changeset.tmpl @@ -0,0 +1,50 @@ +{header} +{repo|escape}: changeset {rev}:{node|short} + + + + + + + + + +
+{desc|strip|escape|firstline|nonempty} {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag} +
+
+ + + +{branch%changesetbranch} + +{parent%changesetparent} +{child%changesetchild} +
author{author|obfuscate}
{date|date} ({date|age} ago)
changeset {rev}{node|short}
+ +
+{desc|strip|escape|addbreaks|nonempty} +
+
+
+ +{files} +
+ +
{diff}
+ +{footer} -- cgit v1.2.3