Show More
@@ -3,7 +3,7 b' Function to test discovery between two r' | |||
|
3 | 3 | (which is currently not activated by default) and the full remotable protocol: |
|
4 | 4 | |
|
5 | 5 | $ testdesc() { # revs_a, revs_b, dagdesc |
|
6 |
> if [ - |
|
|
6 | > if [ -d foo ]; then rm -rf foo; fi | |
|
7 | 7 | > hg init foo |
|
8 | 8 | > cd foo |
|
9 | 9 | > hg debugbuilddag "$3" |
General Comments 0
You need to be logged in to leave comments.
Login now