view rhodecode/templates/changeset/raw_changeset.html @ 662:373ee7031003 beta

fixed annotation bug, added history to annotation. multiple fixes for raw_id length removed unneded function from index daemon.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 06 Nov 2010 16:14:49 +0100
parents 74bbfdd47884
children edfbf3ee9965
line wrap: on
line source

# ${c.scm_type} changeset patch
# User ${c.changeset.author|n}
# Date ${c.changeset.date}
# Node ID ${c.changeset.raw_id}
# ${c.parent_tmpl}
${c.changeset.message}

${c.diffs|n}