comparison tests/test-bundle.t @ 13405:682edefe7dbb

tests: use printenv.py where it is - don't copy it around
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 15 Feb 2011 02:17:43 +0100
parents d747774ca9da
children d724a69309e0
comparison
equal deleted inserted replaced
13404:31a256ffe9e5 13405:682edefe7dbb
1 $ cp "$TESTDIR"/printenv.py .
2
3 Setting up test 1 Setting up test
4 2
5 $ hg init test 3 $ hg init test
6 $ cd test 4 $ cd test
7 $ echo 0 > afile 5 $ echo 0 > afile
197 store 195 store
198 196
199 Pull ../full.hg into empty (with hook) 197 Pull ../full.hg into empty (with hook)
200 198
201 $ echo '[hooks]' >> .hg/hgrc 199 $ echo '[hooks]' >> .hg/hgrc
202 $ echo 'changegroup = python ../printenv.py changegroup' >> .hg/hgrc 200 $ echo 'changegroup = python "$TESTDIR"/printenv.py changegroup' >> .hg/hgrc
203 201
204 doesn't work (yet ?) 202 doesn't work (yet ?)
205 203
206 hg -R bundle://../full.hg verify 204 hg -R bundle://../full.hg verify
207 205