tests/test-mq-qsave
author Giorgos Keramidas <keramida@ceid.upatras.gr>
Wed, 22 Nov 2006 00:53:56 +0200
changeset 3709 38291d9c8c1c
parent 2976 61fcd9fac434
permissions -rwxr-xr-x
Expand test-commit to cover one of the recent bugs.

#!/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