Mercurial
Mercurial
>
hg
>
pep-material
/ file revision
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
.
marking/mk
author
Christian Urban <urbanc@in.tum.de>
Thu, 08 Dec 2016 12:50:54 +0000
changeset 85
fd3f8581ce85
parent 81
ff8d075842d5
child 87
9384b8c98014
permissions
-rwxr-xr-x
updated
#!/bin/sh
###set -e
trap "exit" INT
for sd in k*; do
cd $sd
echo $sd
#../mark
../mark01b
cd ..
done