Mercurial
Mercurial
>
hg
>
pep-material
/ annotate
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
.
testing4/mark
author
Christian Urban <urbanc@in.tum.de>
Thu, 22 Nov 2018 17:35:30 +0000
changeset 215
438459a8e48b
parent 153
testing3/mark@4383809c176a
child 218
22705d22c105
permissions
-rwxr-xr-x
updated
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
153
4383809c176a
updated
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
1
#!/bin/sh
4383809c176a
updated
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
2
###set -e
4383809c176a
updated
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
3
4383809c176a
updated
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
4
trap "exit" INT
4383809c176a
updated
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
5
4383809c176a
updated
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
6
./re_test.sh output1
4383809c176a
updated
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
7
./bf_test.sh output2
4383809c176a
updated
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
8