tests/test-pull
author Patrick Mezard <pmezard@gmail.com>
Sun, 06 May 2007 16:40:53 +0200
changeset 4405 f97b89314fb3
parent 3736 ad3d5b4367cb
child 4888 2d545b98a7bc
permissions -rwxr-xr-x
Move win32 find_in_files from util_win32 to util.

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