# HG changeset patch # User Yuya Nishihara # Date 2011-04-03 14:47:17 # Node ID e33ebe67657a481fd0c0f53ea929aa41925fd972 # Parent fd8a6ca3a7502313bb7b172f6cb4b3764265bedb hgweb: add missing bookmarks definition to coal/map It shares most templates with paper style. diff --git a/mercurial/templates/coal/map b/mercurial/templates/coal/map --- a/mercurial/templates/coal/map +++ b/mercurial/templates/coal/map @@ -142,6 +142,18 @@ tagentry = ' {node|short} ' +bookmarks = ../paper/bookmarks.tmpl +bookmarkentry = ' + + + + {bookmark|escape} + + + + {node|short} + + ' branches = ../paper/branches.tmpl branchentry = ' @@ -156,6 +168,7 @@ branchentry = ' ' changelogtag = '{name|escape} ' changesettag = '{tag|escape} ' +changesetbookmark = '{bookmark|escape} ' changelogbranchhead = '{name|escape} ' changelogbranchname = '{name|escape} '