comparison tests/test-pull @ 382:37249c522770

test suite: fix timezone problems and port collision problem -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 test suite: fix timezone problems and port collision problem manifest hash: 44652133f49c24679b289c0250eb591682225c54 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCsaq7ywK+sNU5EO8RAluQAKCSuUGge7bQPbWbQoIfWETDFRibNwCgs12e /TSLCPJ0aHvqttMhJSaYOSU= =5OYO -----END PGP SIGNATURE-----
author mpm@selenic.com
date Thu, 16 Jun 2005 08:37:15 -0800
parents b4e0e20646bb
children ee4c80d294e5
comparison
equal deleted inserted replaced
381:024ee0f8722a 382:37249c522770
7 echo foo>foo 7 echo foo>foo
8 hg init 8 hg init
9 hg addremove 9 hg addremove
10 hg commit -t "1" 10 hg commit -t "1"
11 hg verify 11 hg verify
12 hg serve 2>/dev/null & 12 hg serve -p 20059 2>/dev/null &
13 C=$! 13 C=$!
14 cd .. 14 cd ..
15 15
16 mkdir copy 16 mkdir copy
17 cd copy 17 cd copy
18 hg init http://localhost:8000/ 18 hg init http://localhost:20059/
19 hg verify 19 hg verify
20 hg co 20 hg co
21 cat foo 21 cat foo
22 hg manifest 22 hg manifest
23 23