Mercurial > evolve
comparison tests/test-push-checkheads-unpushed-D1.t @ 5672:12c53d7122a7
tests: remove trailing "!" from abort messages
CORE-TEST-OUTPUT-UPDATE: 95c4cca641f6
CORE-TEST-OUTPUT-UPDATE: 50afeeeb7b79
CORE-TEST-OUTPUT-UPDATE: 122f0b59f5f0
CORE-TEST-OUTPUT-UPDATE: ca39c45014fa
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 02 Dec 2020 09:40:33 +0800 |
parents | a8ff17479fb8 |
children | f0d46ffbf1bb |
comparison
equal
deleted
inserted
replaced
5671:8c5f2c37b911 | 5672:12c53d7122a7 |
---|---|
69 -------------- | 69 -------------- |
70 | 70 |
71 $ hg push -r 'desc(B0)' | 71 $ hg push -r 'desc(B0)' |
72 pushing to $TESTTMP/D1/server (glob) | 72 pushing to $TESTTMP/D1/server (glob) |
73 searching for changes | 73 searching for changes |
74 abort: push creates new remote head 74ff5441d343! | 74 abort: push creates new remote head 74ff5441d343 |
75 (merge or see 'hg help push' for details about pushing new heads) | 75 (merge or see 'hg help push' for details about pushing new heads) |
76 [255] | 76 [255] |
77 | 77 |
78 $ cd ../.. | 78 $ cd ../.. |
79 | 79 |