tests/test-mq-qsave
author Lee Cantey <lcantey@gmail.com>
Mon, 18 Jun 2007 15:21:02 -0700
changeset 4629 a04b5f37eda7
parent 2976 61fcd9fac434
permissions -rwxr-xr-x
Fixes to not require administrator privleges and use private copies of DLLs when running the Windows installer. Initial version from Shun-ichi GOTO in BTS 449 for private copies of DLLs. Additional changes to remove local DLL flag on uninstall and set privilege level.

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