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