comparison 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
comparison
equal deleted inserted replaced
465:e01a85f9fc90 466:183cee110578
1 # HG changeset patch
2 # User ${c.changeset.author}
3 # Date ${"%d %d" % c.changeset._ctx.date()}
4 # Node ID ${c.changeset._hex}
5 # ${c.parent_tmpl}
6 ${c.changeset.message}
7
8 ${c.diffs|n}