##// END OF EJS Templates
hgweb (coal/paper): make file, diff and annotate easier to render...
hgweb (coal/paper): make file, diff and annotate easier to render This patch removes tables altogether for file and diff, and removes one column from annotate, making firefox's incremental renderer much faster for large files.

File last commit:

r7338:fecfe439 default
r7394:03b60f2f default
Show More
error.tmpl
15 lines | 174 B | application/x-cheetah | CheetahLexer
Matt Mackall
hgweb: move old style to spartan/
r7338 #header#
<title>Mercurial Error</title>
</head>
<body>
<h2>Mercurial Error</h2>
<p>
An error occurred while processing your request:
</p>
<p>
#error|escape#
</p>
#footer#