view rhodecode/templates/changeset/raw_changeset.html @ 2866:736678a8c881 beta

#518 multiple issues patterns - added logging - some code cleanup - added example of wiki pattern to .ini file - updated contributors and changelog
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 23 Sep 2012 17:33:53 +0200
parents 60115135b77e
children 32471bd1f4ee
line wrap: on
line source

%if h.is_hg(c.scm_type):
# ${c.scm_type.upper()} changeset patch
# User ${c.changeset.author|n}
# Date ${c.changeset.date}
# Node ID ${c.changeset.raw_id}
${c.parent_tmpl}
${c.changeset.message}
%endif
${c.diffs|n}