templates/gitweb/notfound.tmpl
author Maxim Dounin <mdounin@mdounin.ru>
Sat, 27 Oct 2007 16:27:55 +0400
changeset 5483 0c43f87baba3
parent 4827 d39776752a1f
permissions -rw-r--r--
Fix file-changed-to-dir and dir-to-file commits (issue660). Allow adding to dirstate files that clash with previously existing but marked for removal. Protect from reintroducing clashes by revert. This change doesn't address related issues with update. Current workaround is to do "clean" update by manually removing conflicting files/dirs from working directory.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4827
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
     1
{header}
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
     2
<title>Mercurial repositories index</title>
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
     3
</head>
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
     4
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
     5
<body>
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
     6
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
     7
<div class="page_header">
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
     8
<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
     9
  style="float:right;">Mercurial</div></a> Not found: {repo|escape}
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
    10
</div>
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
    11
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
    12
<div class="page_body">
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
    13
The specified repository "{repo|escape}" is unknown, sorry.
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
    14
<br/>
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
    15
<br/>
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
    16
Please go back to the <a href="/">main repository list page</a>.
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
    17
</div>
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
    18
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
    19
{footer}