view rhodecode/templates/changeset/raw_changeset.html @ 605:72bed56219d6

security bugfix simplehg wasn't checking for permissions on remote commands different than pull or push.
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Oct 2010 03:06:38 +0200
parents 1e757ac98988
children fcf599cd3404
line wrap: on
line source

# HG changeset patch
# User ${c.changeset.author|n}
# Date ${"%d %d" % c.changeset._ctx.date()}
# Node ID ${c.changeset.raw_id}
# ${c.parent_tmpl}
${c.changeset.message}

${c.diffs|n}