[PATCH 3 of 3] hgweb: don't try to show repo on repo-not-found page in monoblue

Anton Shestakov av6 at dwimlabs.net
Tue Jun 30 10:50:05 CDT 2015


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1435678452 -28800
#      Tue Jun 30 23:34:12 2015 +0800
# Node ID 6a1049be6dd8737d2e9e0d9e24a5e71ac532fd57
# Parent  85befe3726cf65a2f27d7e4545c136fc25afc8b2
hgweb: don't try to show repo on repo-not-found page in monoblue

diff --git a/mercurial/templates/monoblue/notfound.tmpl b/mercurial/templates/monoblue/notfound.tmpl
--- a/mercurial/templates/monoblue/notfound.tmpl
+++ b/mercurial/templates/monoblue/notfound.tmpl
@@ -1,5 +1,5 @@
 {header}
-    <title>{repo|escape}: Mercurial repository not found</title>
+    <title>Mercurial repository not found</title>
     <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
     <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
 </head>


More information about the Mercurial-devel mailing list