diff pylons_app/templates/changeset/raw_changeset.html @ 543:a99e23e6c1e8

fixes #13 large initial commits and changesets are cut of now to not freeze the application. fixed _hex ! for raw changeset
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 05 Oct 2010 17:56:06 +0200
parents 9dd372c7166c
children
line wrap: on
line diff
--- a/pylons_app/templates/changeset/raw_changeset.html	Tue Oct 05 01:58:53 2010 +0200
+++ b/pylons_app/templates/changeset/raw_changeset.html	Tue Oct 05 17:56:06 2010 +0200
@@ -1,7 +1,7 @@
 # HG changeset patch
 # User ${c.changeset.author|n}
 # Date ${"%d %d" % c.changeset._ctx.date()}
-# Node ID ${c.changeset._hex}
+# Node ID ${c.changeset.raw_id}
 # ${c.parent_tmpl}
 ${c.changeset.message}