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
.
testing/mark
changeset 125
dcaab8068baa
child 128
166bb9b6b20a
equal
deleted
inserted
replaced
124:c45d3cd9a749
125:dcaab8068baa
1
#!/bin/sh
2
###set -e
3
4
trap "exit" INT
5
6
./collatz_test output1
7
8