##// END OF EJS Templates
Merge with crew, fix most tests
Merge with crew, fix most tests

File last commit:

r2820:1bb8dd08 default
r2830:49988d9f merge default
Show More
test-mq-qsave
16 lines | 221 B | text/plain | TextLexer
#!/bin/sh
HGRCPATH=$HGTMP/.hgrc; export HGRCPATH
echo "[extensions]" >> $HGTMP/.hgrc
echo "mq=" >> $HGTMP/.hgrc
hg init a
cd a
echo 'base' > base
hg ci -Ambase -d '1 0'
hg qnew -mmqbase mqbase
hg qsave
hg qrestore 2