diff --git a/pylons_app/templates/changeset/raw_changeset.html b/pylons_app/templates/changeset/raw_changeset.html new file mode 100644 --- /dev/null +++ b/pylons_app/templates/changeset/raw_changeset.html @@ -0,0 +1,8 @@ +# HG changeset patch +# User ${c.changeset.author} +# Date ${"%d %d" % c.changeset._ctx.date()} +# Node ID ${c.changeset._hex} +# ${c.parent_tmpl} +${c.changeset.message} + +${c.diffs|n} \ No newline at end of file