# HG changeset patch # User Brendan Cully # Date 1161298723 25200 # Node ID 2ed139c3b3285a8e4cfd2c579d5c02e89b140c28 # Parent fd8f1110562c5d9d38f72bf796fdf61c47340c9c hgweb: add revision numbers to changeset parent/child links diff --git a/templates/gitweb/changeset.tmpl b/templates/gitweb/changeset.tmpl --- a/templates/gitweb/changeset.tmpl +++ b/templates/gitweb/changeset.tmpl @@ -1,5 +1,5 @@ #header# -#repo|escape#: Changeset +{repo|escape}: changeset {rev}:{node|short} @@ -20,7 +20,7 @@ - + #parent%changesetparent# #child%changesetchild# diff --git a/templates/gitweb/map b/templates/gitweb/map --- a/templates/gitweb/map +++ b/templates/gitweb/map @@ -28,13 +28,13 @@ difflineminus = '
#line|escape#
' diffline = '
#line|escape#
' changelogparent = '' -changesetparent = '' +changesetparent = '' filerevparent = '' filerename = '{file|escape}@' filelogrename = '| base' fileannotateparent = '' changelogchild = '' -changesetchild = '' +changesetchild = '' filerevchild = '' fileannotatechild = '' tags = tags.tmpl
author#author|obfuscate#
#date|date# (#date|age# ago)
changeset#node|short#
changeset {rev}{node|short}
manifest#node|short#
parent #rev#:#node|short#
parent#node|short#
parent {rev}{node|short}
parent:{rename%filerename}{node|short}
parent:{rename%filerename}{node|short}
child #rev#:#node|short#
child#node|short#
child {rev}{node|short}
child:#node|short#
child:#node|short#