tests/test-mq-qsave
author Vadim Gelfer <vadim.gelfer@gmail.com>
Fri, 18 Aug 2006 14:49:12 -0700
changeset 2946 a7a9ba7a9f48
parent 2809 1bb8dd08c594
child 2976 61fcd9fac434
permissions -rwxr-xr-x
add test for issue 322. no .out file because issue is still live.

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