changeset 6358 | 7cb9af02e250 |
parent 6357 | 62980dd86bf6 |
child 9572 | 1f665246dab3 |
6357:62980dd86bf6 | 6358:7cb9af02e250 |
---|---|
2 |
2 |
3 remove() { |
3 remove() { |
4 hg rm $@ |
4 hg rm $@ |
5 hg st |
5 hg st |
6 # do not use ls -R, which recurses in .hg subdirs on Mac OS X 10.5 |
6 # do not use ls -R, which recurses in .hg subdirs on Mac OS X 10.5 |
7 find . -name .hg -prune -o -type f -print |
7 find . -name .hg -prune -o -type f -print | sort |
8 hg up -C |
8 hg up -C |
9 } |
9 } |
10 |
10 |
11 hg init a |
11 hg init a |
12 cd a |
12 cd a |