Mercurial
Mercurial
>
oss
>
FCL
>
sf
>
mw
>
qt
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
doc/src/snippets/patternist/letOrderBy.xq
changeset 0
1918ee327afb
equal
deleted
inserted
replaced
-1:000000000000
0:1918ee327afb
1
for $a in (8, -4, 2)
2
let $b := ($a * -1, $a)
3
order by $a
4
return $b