##// END OF EJS Templates
py3: make test-walkrepo use print_function
py3: make test-walkrepo use print_function

File last commit:

r9999:f91e5630 default
r28676:a4803f35 default
Show More
error.tmpl
15 lines | 174 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 {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}