##// END OF EJS Templates
tests: solaris [ doesn't know -e
Mads Kiilerich -
r14736:65f8f98a stable
parent child Browse files
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 [ -e foo ]; then rm -rf foo; fi
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