##// END OF EJS Templates
tests: unify test-addremove-similar
tests: unify test-addremove-similar

File last commit:

r2990:61fcd9fa default
r11851:db955418 default
Show More
test-mq-qsave
15 lines | 176 B | text/plain | TextLexer
Brendan Cully
Add basic qsave/qrestore test.
r2817 #!/bin/sh
Thomas Arendsen Hein
Make tests append settings to $HGRCPATH instead of $HGTMP/.hgrc...
r2990 echo "[extensions]" >> $HGRCPATH
echo "mq=" >> $HGRCPATH
Brendan Cully
Add basic qsave/qrestore test.
r2817
hg init a
cd a
echo 'base' > base
hg ci -Ambase -d '1 0'
hg qnew -mmqbase mqbase
hg qsave
hg qrestore 2