# HG changeset patch # User mpm@selenic.com # Date 2005-07-01 22:43:36 # Node ID 87f37e61d0db27c3963bc64baa49bd396ad43e46 # Parent b2c9b36bd63960f235f699237fbdbe75c9e45681 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----- diff --git a/TODO b/TODO --- 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 --- a/templates/map +++ b/templates/map @@ -23,8 +23,8 @@ difflineplus = "# 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