Mercurial > evolve
comparison tests/test-push-checkheads-unpushed-D6.t @ 5682:f0d46ffbf1bb
tests: update exit code in case of push failing because it'd create new heads
CORE-TEST-OUTPUT-UPDATE: 9261f6c1d39b
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 23 Dec 2020 21:34:22 +0800 |
parents | 12c53d7122a7 |
children | 73cb6cafc930 fc60328270ac |
comparison
equal
deleted
inserted
replaced
5681:33994d579c81 | 5682:f0d46ffbf1bb |
---|---|
79 $ hg push --rev 'desc(C0)' | 79 $ hg push --rev 'desc(C0)' |
80 pushing to $TESTTMP/D6/server (glob) | 80 pushing to $TESTTMP/D6/server (glob) |
81 searching for changes | 81 searching for changes |
82 abort: push creates new remote head 0f88766e02d6 | 82 abort: push creates new remote head 0f88766e02d6 |
83 (merge or see 'hg help push' for details about pushing new heads) | 83 (merge or see 'hg help push' for details about pushing new heads) |
84 [255] | 84 [20] |
85 | 85 |
86 $ cd ../.. | 86 $ cd ../.. |