test-mq-qsave
16 lines
| 221 B
| text/plain
|
TextLexer
/ tests / test-mq-qsave
Brendan Cully
|
r2817 | #!/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 | ||||