# HG changeset patch # User Sune Foldager # Date 1242122454 -7200 # Node ID 6058d291abdf605d744bc049332f95458a8ea53c # Parent eefcb59d44d631347d2f870f429aa1d58dc5e3a3 paper/coal: add branches page diff -r eefcb59d44d6 -r 6058d291abdf templates/coal/map --- a/templates/coal/map Tue May 12 09:43:36 2009 +0200 +++ b/templates/coal/map Tue May 12 12:00:54 2009 +0200 @@ -56,6 +56,8 @@ fileannotatechild = 'child:{node|short}' tags = ../paper/tags.tmpl tagentry = '{tag|escape}{node|short}' +branches = ../paper/branches.tmpl +branchentry = '{branch|escape}{node|short}' changelogtag = '{name|escape} ' changesettag = '{tag|escape} ' changelogbranchhead = '{name|escape} ' diff -r eefcb59d44d6 -r 6058d291abdf templates/paper/branches.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/paper/branches.tmpl Tue May 12 12:00:54 2009 +0200 @@ -0,0 +1,45 @@ +{header} +{repo|escape}: branches + + + + + +
+ + +
+

{repo|escape}

+

branches

+ + + + + + + + +{entries%branchentry} +
branchnode
+
+
+ +{footer} diff -r eefcb59d44d6 -r 6058d291abdf templates/paper/changeset.tmpl --- a/templates/paper/changeset.tmpl Tue May 12 09:43:36 2009 +0200 +++ b/templates/paper/changeset.tmpl Tue May 12 12:00:54 2009 +0200 @@ -12,6 +12,7 @@
  • log
  • graph
  • tags
  • +
  • branches
  • diff -r eefcb59d44d6 -r 6058d291abdf templates/paper/fileannotate.tmpl --- a/templates/paper/fileannotate.tmpl Tue May 12 09:43:36 2009 +0200 +++ b/templates/paper/fileannotate.tmpl Tue May 12 12:00:54 2009 +0200 @@ -13,6 +13,7 @@
  • log
  • graph
  • tags
  • +
  • branches
  • diff -r eefcb59d44d6 -r 6058d291abdf templates/paper/shortlog.tmpl --- a/templates/paper/shortlog.tmpl Tue May 12 09:43:36 2009 +0200 +++ b/templates/paper/shortlog.tmpl Tue May 12 12:00:54 2009 +0200 @@ -17,6 +17,7 @@
  • log
  • graph
  • tags
  • +
  • branches
  • diff -r eefcb59d44d6 -r 6058d291abdf tests/test-hgweb-descend-empties.out --- a/tests/test-hgweb-descend-empties.out Tue May 12 09:43:36 2009 +0200 +++ b/tests/test-hgweb-descend-empties.out Tue May 12 12:00:54 2009 +0200 @@ -28,6 +28,7 @@
  • log
  • graph
  • tags
  • +
  • branches
  • diff -r eefcb59d44d6 -r 6058d291abdf tests/test-hgweb-removed.out --- a/tests/test-hgweb-removed.out Tue May 12 09:43:36 2009 +0200 +++ b/tests/test-hgweb-removed.out Tue May 12 12:00:54 2009 +0200 @@ -24,6 +24,7 @@
  • log
  • graph
  • tags
  • +
  • branches
  • @@ -111,6 +112,7 @@
  • log
  • graph
  • tags
  • +
  • branches
  • diff -r eefcb59d44d6 -r 6058d291abdf tests/test-highlight.out --- a/tests/test-highlight.out Tue May 12 09:43:36 2009 +0200 +++ b/tests/test-highlight.out Tue May 12 12:00:54 2009 +0200 @@ -26,6 +26,7 @@
  • log
  • graph
  • tags
  • +
  • branches