templates/notfound.tmpl
author Matt Mackall <mpm@selenic.com>
Fri, 01 Jun 2007 18:40:14 -0500
changeset 4478 b2b55acbacdd
parent 1549 fbe4bbd847e5
permissions -rw-r--r--
Add support for url#id syntax This allows you to do: hg clone http://server/repo#stable which is equivalent to: hg clone -r stable http://server/repo Future incoming, outgoing, and push commands will default to using this id because it's recorded in the default path. Other commands that accept URLs (push, pull, bundle, incoming, and outgoing) also accept this syntax.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1124
725204f67d92 Add the template.
Ollivier Robert <roberto@keltia.freenix.fr>
parents:
diff changeset
     1
#header#
725204f67d92 Add the template.
Ollivier Robert <roberto@keltia.freenix.fr>
parents:
diff changeset
     2
<title>Mercurial repositories index</title>
725204f67d92 Add the template.
Ollivier Robert <roberto@keltia.freenix.fr>
parents:
diff changeset
     3
</head>
725204f67d92 Add the template.
Ollivier Robert <roberto@keltia.freenix.fr>
parents:
diff changeset
     4
<body>
725204f67d92 Add the template.
Ollivier Robert <roberto@keltia.freenix.fr>
parents:
diff changeset
     5
725204f67d92 Add the template.
Ollivier Robert <roberto@keltia.freenix.fr>
parents:
diff changeset
     6
<h2>Mercurial Repositories</h2>
725204f67d92 Add the template.
Ollivier Robert <roberto@keltia.freenix.fr>
parents:
diff changeset
     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
725204f67d92 Add the template.
Ollivier Robert <roberto@keltia.freenix.fr>
parents:
diff changeset
     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
725204f67d92 Add the template.
Ollivier Robert <roberto@keltia.freenix.fr>
parents:
diff changeset
    11
725204f67d92 Add the template.
Ollivier Robert <roberto@keltia.freenix.fr>
parents:
diff changeset
    12
#footer#