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