comparison tests/test-push-checkheads-unpushed-D3.t @ 5755:08c30eef85d3 mercurial-5.6

tests: back out changeset d0f73113fcc0
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 28 Jan 2021 18:57:49 +0800
parents 73cb6cafc930
children 669270305ccb 1328195f76a9
comparison
equal deleted inserted replaced
5754:03410b04cf10 5755:08c30eef85d3
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 ../..