diff --git a/pylons_app/templates/changeset/changeset.html b/pylons_app/templates/changeset/changeset.html
--- a/pylons_app/templates/changeset/changeset.html
+++ b/pylons_app/templates/changeset/changeset.html
@@ -9,7 +9,7 @@
»
${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
»
- ${_('Changeset')} - r${c.changeset.revision}:${c.changeset.raw_id}
+ ${_('Changeset')} - r${c.changeset.revision}:${c.changeset.short_id}
%def>
<%def name="page_nav()">
@@ -26,11 +26,11 @@
@@ -56,8 +56,8 @@
%endif
%for p_cs in reversed(c.changeset.parents):
- ${_('Parent')} ${p_cs.revision}: ${h.link_to(p_cs.raw_id,
- h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.raw_id),title=p_cs.message)}
+
${_('Parent')} ${p_cs.revision}: ${h.link_to(p_cs.short_id,
+ h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.short_id),title=p_cs.message)}
%endfor
@@ -78,7 +78,7 @@
${h.link_to_if(change!='removed',filenode.path,h.url('files_home',repo_name=c.repo_name,
- revision=filenode.changeset.raw_id,f_path=filenode.path))}
+ revision=filenode.changeset.short_id,f_path=filenode.path))}
%if 1:
» ${h.link_to(_('diff'),