log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison 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
comparison
equal
deleted
inserted
replaced
1346:faad7d01b200
1347:b106ca8200b1
1
fun callMe n s pb = return <xml><body>
2
n = {[n]}<br/>
3
s = {[s]}<br/>
4
pb : {[postType pb]} = {[postData pb]}
5
</body></xml>