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