# HG changeset patch # User Yuya Nishihara # Date 1301838800 -32400 # Node ID b5b84dd4361326f85709e587c43ce8e338490c7c # Parent 78acaca6024393349008829169007eab289290f6 hgweb: add separate bookmarks listing to monoblue theme (based on 38c9837b1f75) diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/bookmarks.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mercurial/templates/monoblue/bookmarks.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -0,0 +1,38 @@ +{header} + {repo|escape}: Bookmarks + + + + + +
+ + + + +{entries%bookmarkentry} +
+ +{footer} diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/branches.tmpl --- a/mercurial/templates/monoblue/branches.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/branches.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/changelog.tmpl --- a/mercurial/templates/monoblue/changelog.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/changelog.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files{archives%archiveentry}
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/changeset.tmpl --- a/mercurial/templates/monoblue/changeset.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/changeset.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/error.tmpl --- a/mercurial/templates/monoblue/error.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/error.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/fileannotate.tmpl --- a/mercurial/templates/monoblue/fileannotate.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/fileannotate.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/filediff.tmpl --- a/mercurial/templates/monoblue/filediff.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/filediff.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/filelog.tmpl --- a/mercurial/templates/monoblue/filelog.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/filelog.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/filerevision.tmpl --- a/mercurial/templates/monoblue/filerevision.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/filerevision.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/graph.tmpl --- a/mercurial/templates/monoblue/graph.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/graph.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -24,6 +24,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/help.tmpl --- a/mercurial/templates/monoblue/help.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/help.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/helptopics.tmpl --- a/mercurial/templates/monoblue/helptopics.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/helptopics.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/manifest.tmpl --- a/mercurial/templates/monoblue/manifest.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/manifest.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/map --- a/mercurial/templates/monoblue/map Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/map Sun Apr 03 22:53:20 2011 +0900 @@ -147,6 +147,17 @@ files ' +bookmarks = bookmarks.tmpl +bookmarkentry = ' + + {date|age} + {bookmark|escape} + + changeset | + changelog | + files + + ' branches = branches.tmpl branchentry = ' diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/notfound.tmpl --- a/mercurial/templates/monoblue/notfound.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/notfound.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files{archives%archiveentry}
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/search.tmpl --- a/mercurial/templates/monoblue/search.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/search.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files{archives%archiveentry}
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/shortlog.tmpl --- a/mercurial/templates/monoblue/shortlog.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/shortlog.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • {archives%archiveentry} diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/summary.tmpl --- a/mercurial/templates/monoblue/summary.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/summary.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • help
  • diff -r 78acaca60243 -r b5b84dd43613 mercurial/templates/monoblue/tags.tmpl --- a/mercurial/templates/monoblue/tags.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/tags.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • bookmarks
  • branches
  • files
  • help