Mercurial > hg
comparison tests/test-bundle.t @ 17018:e7fdfc702d9f
tests: consistently use printenv.py the same MSYS/Windows-compatible way
This will remove some reasons some tests are disabled on Windows.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Thu, 21 Jun 2012 03:05:02 +0200 |
parents | 73d20de5f30b |
children | 36a3016811d1 |
comparison
equal
deleted
inserted
replaced
17017:953faba28e91 | 17018:e7fdfc702d9f |
---|---|
204 store | 204 store |
205 | 205 |
206 Pull ../full.hg into empty (with hook) | 206 Pull ../full.hg into empty (with hook) |
207 | 207 |
208 $ echo "[hooks]" >> .hg/hgrc | 208 $ echo "[hooks]" >> .hg/hgrc |
209 $ echo "changegroup = python \"$TESTDIR\"/printenv.py changegroup" >> .hg/hgrc | 209 $ echo "changegroup = python \"$TESTDIR/printenv.py\" changegroup" >> .hg/hgrc |
210 | 210 |
211 doesn't work (yet ?) | 211 doesn't work (yet ?) |
212 | 212 |
213 hg -R bundle://../full.hg verify | 213 hg -R bundle://../full.hg verify |
214 | 214 |