##// END OF EJS Templates
Fix test-strip-cross on Solaris...
Richard Lowe -
r5911:2296ecef default
parent child Browse files
Show More
@@ -44,7 +44,7 b" commit '201 210' '021 120' '012 102'"
44 cd ..
44 cd ..
45 hg clone -q -U -r -1 -r -2 -r -3 orig crossed
45 hg clone -q -U -r -1 -r -2 -r -3 orig crossed
46
46
47 for i in crossed/.hg/store/{00manifest.i,data/*.i}; do
47 for i in crossed/.hg/store/00manifest.i crossed/.hg/store/data/*.i; do
48 echo $i
48 echo $i
49 hg debugindex $i
49 hg debugindex $i
50 echo
50 echo
General Comments 0
You need to be logged in to leave comments. Login now