Mercurial > hg
annotate mercurial/templates/monoblue/footer.tmpl @ 23583:a8edcb9c1199
convert: on svn failure, note libsvn version (issue4043)
We have our own fast-path logic to see if something passes a sniff
test for being a Subversion repository, but it's possible for a user
to svnsync a repo using svn 1.8 and then use svn 1.7 bindings (as in
the bug) to try and convert the repo. If we at least tell the user the
version of libsvn that we used, they might get enough of a hint to
check on their own for format incompatibilities between their
svn{admin,sync} and the libsvn used by hg.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 12 Dec 2014 15:53:17 -0500 |
parents | 9409aeaafdc1 |
children | c4f6fc4eb01e |
rev | line source |
---|---|
14046
b24e5a708fad
web: Made elapsed time calculation dynamic (javascript).
Benoit Allard <benoit@aeteurope.nl>
parents:
13964
diff
changeset
|
1 <script type="text/javascript">process_dates()</script> |
7111 | 2 <div class="page-footer"> |
3 <p>Mercurial Repository: {repo|escape}</p> | |
4 <ul class="rss-logo"> | |
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
14913
diff
changeset
|
5 <li><a href="{url|urlescape}rss-log">RSS</a></li> |
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
14913
diff
changeset
|
6 <li><a href="{url|urlescape}atom-log">Atom</a></li> |
7111 | 7 </ul> |
8 {motd} | |
9 </div> | |
10 | |
11 <div id="powered-by"> | |
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
14913
diff
changeset
|
12 <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial"></a></p> |
7111 | 13 </div> |
14 | |
15 <div id="corner-top-left"></div> | |
16 <div id="corner-top-right"></div> | |
17 <div id="corner-bottom-left"></div> | |
18 <div id="corner-bottom-right"></div> | |
19 | |
20 </div> | |
21 | |
22 </body> | |
23 </html> |