log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/makeUrl.ur @ 1065:217eb87dde31
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Basis.url and redirects
author
Adam Chlipala <adamc@hcoop.net>
date
Thu, 10 Dec 2009 13:32:09 -0500
parents
children
comparison
equal
deleted
inserted
replaced
1064:b89e3d8731ed
1065:217eb87dde31
1
fun other () = return <xml>Hi!</xml>
2
3
fun main () = return <xml>{[Basis.url (main ())]}, {[url (other ())]}</xml>