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_marking1/collatz_test3.scala
changeset 421
864107857d27
parent 373
0d29bc6ba639
child 460
f5c0749858fd
equal
deleted
inserted
replaced
420:a6db2b70abdd
421:864107857d27
1
2
assert(C1.last_odd(113) == 85)
3
assert(C1.last_odd(84) == 21)
4
assert(C1.last_odd(605) == 341)