##// END OF EJS Templates
gitweb: Display branch and tag labels...
gitweb: Display branch and tag labels Pages which display labels: - summary - shortlog - changelog - changeset - search

File last commit:

r1554:68ec7b9e default
r4538:4272ae76 default
Show More
error.tmpl
15 lines | 173 B | application/x-cheetah | CheetahLexer
#header#
<title>Mercurial Error</title>
</head>
<body>
<h2>Mercurial Error</h2>
<p>
An error occured while processing your request:
</p>
<p>
#error|escape#
</p>
#footer#