##// END OF EJS Templates
CVS import: Support new-style .cvspass-file format....
CVS import: Support new-style .cvspass-file format. Based on an email from Ralf.Leibold at nuance dot com

File last commit:

r2990:61fcd9fa default
r5082:dc2e512c 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