Files @ 6b934c9607e7
Branch filter:

Location: kallithea/pylons_app/templates/changeset/raw_changeset.html - annotation

Marcin Kuzminski
Improved testing scenarios. Made test env creator
Fixed hg_model error message
some other tweeks and fixes
Models fixe for uniq email, and removed some extra not needed imports from model main module
1
2
3
4
5
6
7
8
# HG changeset patch
# User ${c.changeset.author|n}
# Date ${"%d %d" % c.changeset._ctx.date()}
# Node ID ${c.changeset._hex}
# ${c.parent_tmpl}
${c.changeset.message}

${c.diffs|n}