tests/test-mq-qsave
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 28 Aug 2007 23:02:41 -0300
changeset 5261 15a108ad7adb
parent 2976 61fcd9fac434
permissions -rwxr-xr-x
Avoid a working dir walk while trying to detect copies for diff --git

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