tests/test-pull
author Christian Ebert <blacktrash@gmx.net>
Thu, 27 Jul 2006 13:18:21 +0200
changeset 2691 accadcb4e4b5
parent 2612 ffb895f16925
child 3736 ad3d5b4367cb
permissions -rwxr-xr-x
email: reflect that recipients are specified as comma-separated list

#!/bin/sh

mkdir test
cd test
echo foo>foo
hg init
hg addremove
hg commit -m 1
hg verify
hg serve -p 20059 -d --pid-file=hg.pid
cat hg.pid >> $DAEMON_PIDS
cd ..

http_proxy= hg clone --pull http://localhost:20059/ copy
cd copy
hg verify
hg co
cat foo
hg manifest
hg pull