Mercurial > hg
changeset 5560:e78c24011001
hgweb: make notfound templates more informative
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 28 Nov 2007 08:38:06 -0800 |
parents | 4fca1b181dd9 |
children | 22713dce19f6 |
files | templates/gitweb/notfound.tmpl templates/notfound.tmpl |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.