annotate mercurial/templates/spartan/branches.tmpl @ 17797:e4da793998bf

convert: normalize paths in filemaps (issue3612) convert doesn't normalise double slashes in paths. Path normalization is applied when a path is loaded into filemap and when a file lookup request is issued to filemap.
author Huayang <huayang@fb.com>
date Fri, 05 Oct 2012 16:27:34 -0700
parents 4b334f8c941b
children 7bf412b767fe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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>
12846
4b334f8c941b templates: fix inconsistency in 'help' link
Pradeepkumar Gayam <in3xes@gmail.com>
parents: 9999
diff changeset
16 <a href="{url}help{sessionvars%urlparameter}">help</a>
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
17 <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
18 <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
19 </div>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
20
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
21 <h2>branches:</h2>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
22
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
23 <ul id="tagEntries">
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
24 {entries%branchentry}
8357
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
25 </ul>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
26
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
27 {footer}