Mercurial > public > mercurial-scm > hg
diff mercurial/templates/raw/map @ 13921:4788923a2b33
hgweb: add bookmarks listing to raw style with test case
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 10 Apr 2011 06:37:20 +0900 |
parents | 5b559934d504 |
children | d490edc71146 |
line wrap: on
line diff
--- a/mercurial/templates/raw/map Sat Apr 09 23:13:17 2011 +0530 +++ b/mercurial/templates/raw/map Sun Apr 10 06:37:20 2011 +0900 @@ -24,5 +24,7 @@ indexentry = '{url}\n' tags = '{entries%tagentry}' tagentry = '{tag} {node}\n' +bookmarks = '{entries%bookmarkentry}' +bookmarkentry = '{bookmark} {node}\n' branches = '{entries%branchentry}' branchentry = '{branch} {node} {status}\n'