From 8138520db0f411ee25ef5460125a4ab820470507 Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Sun, 3 Apr 2011 23:47:17 +0900 Subject: [PATCH] hgweb: add missing bookmarks definition to coal/map It shares most templates with paper style. --- mercurial/templates/coal/map | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mercurial/templates/coal/map b/mercurial/templates/coal/map index eaa8c0cf65..1d573648be 100644 --- 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} '