From bfb94728ddd077894323fcb4fe701841ef1d0109 Mon Sep 17 00:00:00 2001 From: "mpm@selenic.com" Date: Fri, 1 Jul 2005 14:43:36 -0800 Subject: [PATCH] Add parent revision numbers back to hgweb -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Add parent revision numbers back to hgweb From: Goffredo Baroncelli manifest hash: 9f81492df935e94e7c544b071aa9caac3b102190 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCxccYywK+sNU5EO8RAkW7AJ9aXTUZ9JnbZMrxCrcuXozYzkdw/gCfT8IO qnqe966Mvapr2jULeXldQW4= =XiV5 -----END PGP SIGNATURE----- --- TODO | 1 - templates/map | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index aa91224b40..1e922b4cf1 100644 --- a/TODO +++ b/TODO @@ -31,7 +31,6 @@ Commands: Web: - show tags in hgweb -- show parent changeset number in hgweb - optionally only show merges (two parents or parent != changeset-1, etc.) - one hgweb with many repos (another script) - hgweb tip link too verbose diff --git a/templates/map b/templates/map index 597382f8ef..311c34e102 100644 --- a/templates/map +++ b/templates/map @@ -23,8 +23,8 @@ difflineplus = "#line|escape#" difflineminus = "#line|escape#" difflineat = "#line|escape#" diffline = "#line|escape#" -changelogparent = "parent: #node|short#" -changesetparent = "parent:#node|short#" +changelogparent = "parent #rev#: #node|short#" +changesetparent = "parent #rev#:#node|short#" filerevparent = "parent:#node|short#" fileannotateparent = "parent:#node|short#" tags = tags.tmpl