# HG changeset patch # User Sune Foldager # Date 1242069283 -7200 # Node ID 5ba798f339c8bed7208b7cd3b51b9da26953549e # Parent 418ea63f00fb819c1375d1bd98b7b48f46b4a7ae monoblue: add branches page diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/branches.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/monoblue/branches.tmpl Mon May 11 21:14:43 2009 +0200 @@ -0,0 +1,36 @@ +#header# + #repo|escape#: Branches + + + + + +
+ + + + +#entries%branchentry# +
+ +#footer# diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/changelog.tmpl --- a/templates/monoblue/changelog.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/changelog.tmpl Mon May 11 21:14:43 2009 +0200 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files#archives%archiveentry#
  • diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/changeset.tmpl --- a/templates/monoblue/changeset.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/changeset.tmpl Mon May 11 21:14:43 2009 +0200 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files
  • diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/error.tmpl --- a/templates/monoblue/error.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/error.tmpl Mon May 11 21:14:43 2009 +0200 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files
  • diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/fileannotate.tmpl --- a/templates/monoblue/fileannotate.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/fileannotate.tmpl Mon May 11 21:14:43 2009 +0200 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files
  • diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/filediff.tmpl --- a/templates/monoblue/filediff.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/filediff.tmpl Mon May 11 21:14:43 2009 +0200 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files
  • diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/filelog.tmpl --- a/templates/monoblue/filelog.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/filelog.tmpl Mon May 11 21:14:43 2009 +0200 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files
  • diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/filerevision.tmpl --- a/templates/monoblue/filerevision.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/filerevision.tmpl Mon May 11 21:14:43 2009 +0200 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files
  • diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/graph.tmpl --- a/templates/monoblue/graph.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/graph.tmpl Mon May 11 21:14:43 2009 +0200 @@ -24,6 +24,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files
  • diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/manifest.tmpl --- a/templates/monoblue/manifest.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/manifest.tmpl Mon May 11 21:14:43 2009 +0200 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files
  • diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/map --- a/templates/monoblue/map Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/map Mon May 11 21:14:43 2009 +0200 @@ -45,7 +45,8 @@ fileannotatechild = '
    child {rev}
    {node|short}
    ' tags = tags.tmpl tagentry = '#date|age# ago#tag|escape#changeset | changelog | files' -branchentry = '{date|age} ago{node|short}{branch|escape}changeset | changelog | files' +branches = branches.tmpl +branchentry = '{date|age} ago{node|short}{branch|escape}changeset | changelog | files' diffblock = '
    #lines#
    ' filediffparent = '
    parent {rev}
    {node|short}
    ' filelogparent = 'parent #rev#: #node|short#' diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/notfound.tmpl --- a/templates/monoblue/notfound.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/notfound.tmpl Mon May 11 21:14:43 2009 +0200 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files#archives%archiveentry#
  • diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/search.tmpl --- a/templates/monoblue/search.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/search.tmpl Mon May 11 21:14:43 2009 +0200 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files#archives%archiveentry# diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/shortlog.tmpl --- a/templates/monoblue/shortlog.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/shortlog.tmpl Mon May 11 21:14:43 2009 +0200 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files#archives%archiveentry#
  • diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/summary.tmpl --- a/templates/monoblue/summary.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/summary.tmpl Mon May 11 21:14:43 2009 +0200 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files
  • diff -r 418ea63f00fb -r 5ba798f339c8 templates/monoblue/tags.tmpl --- a/templates/monoblue/tags.tmpl Tue May 12 10:23:45 2009 +0200 +++ b/templates/monoblue/tags.tmpl Mon May 11 21:14:43 2009 +0200 @@ -23,6 +23,7 @@
  • changelog
  • graph
  • tags
  • +
  • branches
  • files
  • @@ -32,4 +33,4 @@ #entries%tagentry# -#footer# _______________________________________________ +#footer#