log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/post.ur @ 1347:b106ca8200b1
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
postBody type
author
Adam Chlipala <adam@chlipala.net>
date
Sat, 18 Dec 2010 10:56:31 -0500
parents
children
rev
line source
adam@1347
1
fun callMe n s pb = return <xml><body>
adam@1347
2
n = {[n]}<br/>
adam@1347
3
s = {[s]}<br/>
adam@1347
4
pb : {[postType pb]} = {[postData pb]}
adam@1347
5
</body></xml>