# HG changeset patch # User Brendan Cully # Date 1183690024 25200 # Node ID d39776752a1f37ef4ac59681c2e1010b8a34941a # Parent 9b0ebb5e0f94014928a13f1766687364abb505b7 gitweb: add notfound template diff -r 9b0ebb5e0f94 -r d39776752a1f templates/gitweb/map --- a/templates/gitweb/map Thu Jul 05 19:44:06 2007 -0700 +++ b/templates/gitweb/map Thu Jul 05 19:47:04 2007 -0700 @@ -5,6 +5,7 @@ changelog = changelog.tmpl summary = summary.tmpl error = error.tmpl +notfound = notfound.tmpl naventry = '{label|escape} ' navshortentry = '{label|escape} ' filenaventry = '{label|escape} ' diff -r 9b0ebb5e0f94 -r d39776752a1f templates/gitweb/notfound.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/gitweb/notfound.tmpl Thu Jul 05 19:47:04 2007 -0700 @@ -0,0 +1,19 @@ +{header} +Mercurial repositories index + + + + + + +
+The specified repository "{repo|escape}" is unknown, sorry. +
+
+Please go back to the main repository list page. +
+ +{footer}