##// END OF EJS Templates
test-dumprevlog: fix extra path separator under MacOSX...
Patrick Mezard -
r6515:f65ac37f default
parent child Browse files
Show More
@@ -23,7 +23,7 python $CONTRIBDIR/dumprevlog .hg/store/
23 23 echo dumprevlog done
24 24
25 25 # dump all revlogs to file repo.dump
26 find .hg/store/ -name "*.i" | xargs python $CONTRIBDIR/dumprevlog > ../repo.dump
26 find .hg/store -name "*.i" | xargs python $CONTRIBDIR/dumprevlog > ../repo.dump
27 27
28 28 cd ..
29 29
General Comments 0
You need to be logged in to leave comments. Login now