Mercurial > hg
annotate templates/notfound.tmpl @ 4227:f5b9edf3390b
hgweb.unbundle: call req.httphdr only after the last possible call to bail
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Sun, 22 Oct 2006 13:54:43 -0300 |
parents | fbe4bbd847e5 |
children | e78c24011001 |
rev | line source |
---|---|
1124 | 1 #header# |
2 <title>Mercurial repositories index</title> | |
3 </head> | |
4 <body> | |
5 | |
6 <h2>Mercurial Repositories</h2> | |
7 | |
1549
fbe4bbd847e5
Always escape repository name in hgweb, very important in notfound.tmpl.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1137
diff
changeset
|
8 The specified repository "#repo|escape#" is unknown, sorry. |
1124 | 9 |
1137
c54d03bdf2dc
Remove the link from the template as there no real way to have it always be correct.
Ollivier Robert <roberto@keltia.freenix.fr>
parents:
1124
diff
changeset
|
10 Please go back to the main repository list page. |
1124 | 11 |
12 #footer# |