Show More
@@ -50,12 +50,16 disconnecting. Then exit nonzero, to for | |||
|
50 | 50 | > pretxnchangegroup.break-things=$hook_script |
|
51 | 51 | > EOF |
|
52 | 52 | |
|
53 | $ hg --cwd ./remote tip -T '{node|short}\n' | |
|
54 | 000000000000 | |
|
53 | 55 | $ cd local |
|
54 | 56 | $ echo foo > foo ; hg commit -qAm "commit" |
|
55 | 57 | $ hg push -q -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" --remotecmd $remotecmd 2>&1 | grep -v $killable_pipe |
|
56 | 58 | abort: stream ended unexpectedly (got 0 bytes, expected 4) |
|
57 | 59 | |
|
58 | 60 | The remote should be left in a good state |
|
61 | $ hg --cwd ../remote tip -T '{node|short}\n' | |
|
62 | 000000000000 | |
|
59 | 63 | $ hg --cwd ../remote recover |
|
60 | 64 | no interrupted transaction available |
|
61 | 65 | [1] |
General Comments 0
You need to be logged in to leave comments.
Login now