Mercurial
Mercurial
>
hg
>
pep-material
/ 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
.
core_testing1/collatz_test3.scala
changeset 399
d04b8569f124
parent 345
69b39df6ad4d
child 469
ed7a9ea24f71
equal
deleted
inserted
replaced
398:7fc6fa95519d
399:d04b8569f124
1
2
assert(C1.last_odd(113) == 85)
3
assert(C1.last_odd(84) == 21)
4
assert(C1.last_odd(605) == 341)