log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate 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
rev
line source
adam@1294
1
fun err x = return <xml><body>
adam@1294
2
<h1>Bad thing!</h1>
adam@1294
3
adam@1294
4
{x}
adam@1294
5
</body></xml>