annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
466
183cee110578 first implementation of #34 changeset raw diff based on udiff from python
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 # HG changeset patch
183cee110578 first implementation of #34 changeset raw diff based on udiff from python
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2 # User ${c.changeset.author}
183cee110578 first implementation of #34 changeset raw diff based on udiff from python
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3 # Date ${"%d %d" % c.changeset._ctx.date()}
183cee110578 first implementation of #34 changeset raw diff based on udiff from python
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4 # Node ID ${c.changeset._hex}
183cee110578 first implementation of #34 changeset raw diff based on udiff from python
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5 # ${c.parent_tmpl}
183cee110578 first implementation of #34 changeset raw diff based on udiff from python
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6 ${c.changeset.message}
183cee110578 first implementation of #34 changeset raw diff based on udiff from python
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7
183cee110578 first implementation of #34 changeset raw diff based on udiff from python
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
8 ${c.diffs|n}