diff --git a/pylons_app/templates/changeset/raw_changeset.html b/pylons_app/templates/changeset/raw_changeset.html --- a/pylons_app/templates/changeset/raw_changeset.html +++ b/pylons_app/templates/changeset/raw_changeset.html @@ -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}