view rhodecode/templates/changeset/raw_changeset.html @ 2084:feb0fccdcf83 beta

fixed vcs issue with last_changeset for filenodes - fixed incosistency for displaying revision in file browser - fixed raw_diff for git for single file mode - file block now uses associated changeset for both git&hg
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 01 Mar 2012 17:11:26 +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}