mercurial/templates/spartan/branches.tmpl
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
Thu, 10 Jun 2010 11:48:15 +0200
changeset 11335 3201ff1459dd
parent 9999 f91e5630ce7e
child 12846 4b334f8c941b
permissions -rw-r--r--
dagparser: parses and formats DAGs as concise text As discussed during the sprint. See the doc comment and doctests for specification and examples. This is used in subsequent patches to export revlog and changelog DAGs, and to generate a repo with a given changelog DAG.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
     1
{header}
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
     2
<title>{repo|escape}: branches</title>
8357
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     3
<link rel="alternate" type="application/atom+xml"
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
     4
   href="{url}atom-branches" title="Atom feed for {repo|escape}: branches">
8357
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     5
<link rel="alternate" type="application/rss+xml"
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
     6
   href="{url}rss-branches" title="RSS feed for {repo|escape}: branches">
8357
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     7
</head>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     8
<body>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     9
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    10
<div class="buttons">
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
    11
<a href="{url}log{sessionvars%urlparameter}">changelog</a>
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
    12
<a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a>
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
    13
<a href="{url}graph{sessionvars%urlparameter}">graph</a>
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
    14
<a href="{url}tags{sessionvars%urlparameter}">tags</a>
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
    15
<a href="{url}file/{node|short}/{sessionvars%urlparameter}">files</a>
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
    16
<a type="application/rss+xml" href="{url}rss-branches">rss</a>
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
    17
<a type="application/atom+xml" href="{url}atom-branches">atom</a>
8357
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    18
</div>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    19
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    20
<h2>branches:</h2>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    21
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    22
<ul id="tagEntries">
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
    23
{entries%branchentry}
8357
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    24
</ul>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    25
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
    26
{footer}