log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/onerrorE.ur @ 1294:b4480a56cab7
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Server-side 'onError'
author
Adam Chlipala <adam@chlipala.net>
date
Tue, 07 Sep 2010 08:28:07 -0400
parents
children
comparison
equal
deleted
inserted
replaced
1293:acabf3935060
1294:b4480a56cab7
1
fun err x = return <xml><body>
2
<h1>Bad thing!</h1>
3
4
{x}
5
</body></xml>