author | Matt Mackall <mpm@selenic.com> |
Mon, 31 Dec 2007 18:20:33 -0600 | |
changeset 5769 | 49809f4a38d8 |
parent 5560 | e78c24011001 |
permissions | -rw-r--r-- |
1124 | 1 |
#header# |
5560
e78c24011001
hgweb: make notfound templates more informative
Bryan O'Sullivan <bos@serpentine.com>
parents:
1549
diff
changeset
|
2 |
<title>Mercurial repository not found</title> |
1124 | 3 |
</head> |
4 |
<body> |
|
5 |
||
5560
e78c24011001
hgweb: make notfound templates more informative
Bryan O'Sullivan <bos@serpentine.com>
parents:
1549
diff
changeset
|
6 |
<h2>Mercurial repository not found</h2> |
1124 | 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# |