tests/test-pull
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 17 Jul 2006 02:09:35 +0200
changeset 2654 9bd3d44c32f6
parent 2570 83cfd95eafb5
child 2612 ffb895f16925
permissions -rwxr-xr-x
fix 'hg cat' broken by 156fb1feab62

#!/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 http://localhost:20059/ copy
cd copy
hg verify
hg co
cat foo
hg manifest
hg pull