comparison tests/test-minitopic.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 1328195f76a9
comparison
equal deleted inserted replaced
5754:03410b04cf10 5755:08c30eef85d3
83 created new head 83 created new head
84 (consider using topic for lightweight branches. See 'hg help topic') 84 (consider using topic for lightweight branches. See 'hg help topic')
85 $ hg push enabled 85 $ hg push enabled
86 pushing to http://localhost:$HGPORT/ 86 pushing to http://localhost:$HGPORT/
87 searching for changes 87 searching for changes
88 abort: push creates new remote head 22c9514ed811 88 abort: push creates new remote head 22c9514ed811!
89 (merge or see 'hg help push' for details about pushing new heads) 89 (merge or see 'hg help push' for details about pushing new heads)
90 [255] 90 [255]
91 $ hg push disabled 91 $ hg push disabled
92 pushing to http://localhost:$HGPORT2/ 92 pushing to http://localhost:$HGPORT2/
93 searching for changes 93 searching for changes
94 abort: push creates new remote head 22c9514ed811 94 abort: push creates new remote head 22c9514ed811!
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 97
98 $ hg debugdownload http://localhost:$HGPORT/?cmd=branchmap | sort 98 $ hg debugdownload http://localhost:$HGPORT/?cmd=branchmap | sort
99 default 0ab6d544d0efd629fda056601cfe95e73d1af210 99 default 0ab6d544d0efd629fda056601cfe95e73d1af210
149 active topic 'topic_A' grew its first changeset 149 active topic 'topic_A' grew its first changeset
150 (see 'hg help topics' for more information) 150 (see 'hg help topics' for more information)
151 $ hg push disabled 151 $ hg push disabled
152 pushing to http://localhost:$HGPORT2/ 152 pushing to http://localhost:$HGPORT2/
153 searching for changes 153 searching for changes
154 abort: push creates new remote head f31af349535e 154 abort: push creates new remote head f31af349535e!
155 (merge or see 'hg help push' for details about pushing new heads) 155 (merge or see 'hg help push' for details about pushing new heads)
156 [255] 156 [255]
157 $ hg push enabled 157 $ hg push enabled
158 pushing to http://localhost:$HGPORT/ 158 pushing to http://localhost:$HGPORT/
159 searching for changes 159 searching for changes
218 summary: c_A0 218 summary: c_A0
219 219
220 $ hg push enabled 220 $ hg push enabled
221 pushing to http://localhost:$HGPORT/ 221 pushing to http://localhost:$HGPORT/
222 searching for changes 222 searching for changes
223 abort: push creates new remote head 82c5842e0472 on branch 'default:topic_A' 223 abort: push creates new remote head 82c5842e0472 on branch 'default:topic_A'!
224 (merge or see 'hg help push' for details about pushing new heads) 224 (merge or see 'hg help push' for details about pushing new heads)
225 [255] 225 [255]
226 $ hg push disabled 226 $ hg push disabled
227 pushing to http://localhost:$HGPORT2/ 227 pushing to http://localhost:$HGPORT2/
228 searching for changes 228 searching for changes