##// END OF EJS Templates
Fix test-bundle-type output by changing head|cut to cut|head....
Fix test-bundle-type output by changing head|cut to cut|head. With some versions of cut the output otherwise has no end of line.

File last commit:

r2990:61fcd9fa default
r7171:41b7802b default
Show More
test-mq-qsave
15 lines | 176 B | text/plain | TextLexer
#!/bin/sh
echo "[extensions]" >> $HGRCPATH
echo "mq=" >> $HGRCPATH
hg init a
cd a
echo 'base' > base
hg ci -Ambase -d '1 0'
hg qnew -mmqbase mqbase
hg qsave
hg qrestore 2