hgweb: make notfound templates more informative
authorBryan O'Sullivan <bos@serpentine.com>
Wed, 28 Nov 2007 08:38:06 -0800
changeset 5560 e78c24011001
parent 5559 4fca1b181dd9
child 5561 22713dce19f6
hgweb: make notfound templates more informative
templates/gitweb/notfound.tmpl
templates/notfound.tmpl
--- a/templates/gitweb/notfound.tmpl	Wed Nov 28 08:37:33 2007 -0800
+++ b/templates/gitweb/notfound.tmpl	Wed Nov 28 08:38:06 2007 -0800
@@ -1,5 +1,5 @@
 {header}
-<title>Mercurial repositories index</title>
+<title>Mercurial repository not found</title>
 </head>
 
 <body>
--- a/templates/notfound.tmpl	Wed Nov 28 08:37:33 2007 -0800
+++ b/templates/notfound.tmpl	Wed Nov 28 08:38:06 2007 -0800
@@ -1,9 +1,9 @@
 #header#
-<title>Mercurial repositories index</title>
+<title>Mercurial repository not found</title>
 </head>
 <body>
 
-<h2>Mercurial Repositories</h2>
+<h2>Mercurial repository not found</h2>
 
 The specified repository "#repo|escape#" is unknown, sorry.