comparison tests/test-static-http @ 2673:109a22f5434a

hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks all repository classes now have url() method that returns url of repo.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Tue, 25 Jul 2006 13:50:32 -0700
parents d22d730c96ed
children 7012c889e8f2
comparison
equal deleted inserted replaced
2671:82864a2eb709 2673:109a22f5434a
35 http_proxy= hg clone static-http://localhost:20059/remote local 35 http_proxy= hg clone static-http://localhost:20059/remote local
36 36
37 cd local 37 cd local
38 hg verify 38 hg verify
39 cat bar 39 cat bar
40
41 cd ../remote
42 echo baz > quux
43 hg commit -A -mtest2 -d '100000000 0'
44
45 cd ../local
46 echo '[hooks]' >> .hg/hgrc
47 echo 'changegroup = echo changegroup: u=$HG_URL' >> .hg/hgrc
40 http_proxy= hg pull 48 http_proxy= hg pull
41 49
42 kill $! 50 kill $!