tests/test-pull
author Brendan Cully <brendan@kublai.com>
Mon, 19 Mar 2007 09:36:06 -0700
changeset 4249 7663780b55a7
parent 3736 ad3d5b4367cb
child 4891 2d545b98a7bc
permissions -rwxr-xr-x
Add hg-relink script to contrib

#!/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 --debug
hg pull