log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/vlad1.ur @ 1047:609ab3947a08
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Add 'id' attributes and <label>
author
Adam Chlipala <adamc@hcoop.net>
date
Wed, 25 Nov 2009 09:30:44 -0500
parents
children
comparison
equal
deleted
inserted
replaced
1046:a5eb8f87bc17
1047:609ab3947a08
1
fun row (label : string) : xbody = <xml>
2
{[label]}
3
</xml>
4
fun main () = return (row "asdf")
5