tests/test-mq-qnew-twice
author Lee Cantey <lcantey@gmail.com>
Mon, 21 Aug 2006 10:46:58 -0700
changeset 3012 fa4229c60dd7
parent 2976 61fcd9fac434
permissions -rwxr-xr-x
Allow for MB/sec transfer rates in test-http-proxy and test-ssh. Also make the test more specific in test-http.

#!/bin/sh

echo "[extensions]" >> $HGRCPATH
echo "mq=" >> $HGRCPATH

hg init a
cd a
hg qnew first.patch
hg qnew first.patch

touch ../first.patch
hg qimport ../first.patch

exit 0