comparison tests/test-push-checkheads-unpushed-D3.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
89 -------------- 89 --------------
90 90
91 $ hg push --rev 'desc(A1)' 91 $ hg push --rev 'desc(A1)'
92 pushing to $TESTTMP/D3/server (glob) 92 pushing to $TESTTMP/D3/server (glob)
93 searching for changes 93 searching for changes
94 abort: push creates new remote head f6082bc4ffef! 94 abort: push creates new remote head f6082bc4ffef
95 (merge or see 'hg help push' for details about pushing new heads) 95 (merge or see 'hg help push' for details about pushing new heads)
96 [255] 96 [255]
97 $ hg push --rev 'desc(B1)' 97 $ hg push --rev 'desc(B1)'
98 pushing to $TESTTMP/D3/server (glob) 98 pushing to $TESTTMP/D3/server (glob)
99 searching for changes 99 searching for changes
100 abort: push creates new remote head 25c56d33e4c4! 100 abort: push creates new remote head 25c56d33e4c4
101 (merge or see 'hg help push' for details about pushing new heads) 101 (merge or see 'hg help push' for details about pushing new heads)
102 [255] 102 [255]
103 103
104 Extra testing 104 Extra testing
105 ------------- 105 -------------
107 In this case, even a bare push is creating more heads 107 In this case, even a bare push is creating more heads
108 108
109 $ hg push 109 $ hg push
110 pushing to $TESTTMP/D3/server (glob) 110 pushing to $TESTTMP/D3/server (glob)
111 searching for changes 111 searching for changes
112 abort: push creates new remote head 25c56d33e4c4! 112 abort: push creates new remote head 25c56d33e4c4
113 (merge or see 'hg help push' for details about pushing new heads) 113 (merge or see 'hg help push' for details about pushing new heads)
114 [255] 114 [255]
115 115
116 $ cd ../.. 116 $ cd ../..