Show More
@@ -1,5 +1,3 b'' | |||||
1 | $ "$TESTDIR/hghave" system-sh || exit 80 |
|
|||
2 |
|
||||
3 | Setting up test |
|
1 | Setting up test | |
4 |
|
2 | |||
5 | $ hg init test |
|
3 | $ hg init test | |
@@ -207,8 +205,8 b" Make sure bundlerepo doesn't leak tempfi" | |||||
207 |
|
205 | |||
208 | Pull ../full.hg into empty (with hook) |
|
206 | Pull ../full.hg into empty (with hook) | |
209 |
|
207 | |||
210 |
$ echo |
|
208 | $ echo "[hooks]" >> .hg/hgrc | |
211 |
$ echo |
|
209 | $ echo "changegroup = python \"$TESTDIR\"/printenv.py changegroup" >> .hg/hgrc | |
212 |
|
210 | |||
213 | doesn't work (yet ?) |
|
211 | doesn't work (yet ?) | |
214 |
|
212 | |||
@@ -386,7 +384,7 b' Outgoing -R full.hg vs partial2 in parti' | |||||
386 | Outgoing -R does-not-exist.hg vs partial2 in partial |
|
384 | Outgoing -R does-not-exist.hg vs partial2 in partial | |
387 |
|
385 | |||
388 | $ hg -R bundle://../does-not-exist.hg outgoing ../partial2 |
|
386 | $ hg -R bundle://../does-not-exist.hg outgoing ../partial2 | |
389 |
abort: * |
|
387 | abort: *../does-not-exist.hg* (glob) | |
390 | [255] |
|
388 | [255] | |
391 | $ cd .. |
|
389 | $ cd .. | |
392 |
|
390 |
General Comments 0
You need to be logged in to leave comments.
Login now