diff pylons_app/templates/changeset/raw_changeset.html @ 466:183cee110578

first implementation of #34 changeset raw diff based on udiff from python
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 11 Sep 2010 01:52:16 +0200
parents
children 9dd372c7166c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pylons_app/templates/changeset/raw_changeset.html	Sat Sep 11 01:52:16 2010 +0200
@@ -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