##// END OF EJS Templates
Fix test-bundle-type output by changing head|cut to cut|head....
Thomas Arendsen Hein -
r7171:41b7802b default
parent child Browse files
Show More
@@ -20,7 +20,7 b' for t in "None" "bzip2" "gzip"; do'
20 hg init t$t
20 hg init t$t
21 cd t1
21 cd t1
22 hg bundle -t $t ../b$t ../t$t
22 hg bundle -t $t ../b$t ../t$t
23 head -n 1 ../b$t | cut -b 1-6
23 cut -b 1-6 ../b$t | head -n 1
24 cd ../t$t
24 cd ../t$t
25 hg pull ../b$t
25 hg pull ../b$t
26 hg up
26 hg up
General Comments 0
You need to be logged in to leave comments. Login now