tests/test-pull
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 24 Mar 2007 13:31:43 +0100
changeset 4277 0ce23256e454
parent 3736 ad3d5b4367cb
child 4891 2d545b98a7bc
permissions -rwxr-xr-x
Fixed spacing in assignment of REVLOG_DEFAULT_VERSION

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