view 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 source

# 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}