Mercurial > evolve
comparison tests/test-minitopic.t @ 5718:77b184ee60b5 stable
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 | d0f73113fcc0 |
children | 73cb6cafc930 caf302fb8f4d |
comparison
equal
deleted
inserted
replaced
5717:38ab502ad94e | 5718:77b184ee60b5 |
---|---|
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 [20] |
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 [20] |
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 |
100 $ hg debugdownload http://localhost:$HGPORT2/?cmd=branchmap | sort | 100 $ hg debugdownload http://localhost:$HGPORT2/?cmd=branchmap | sort |
101 default 0ab6d544d0efd629fda056601cfe95e73d1af210 | 101 default 0ab6d544d0efd629fda056601cfe95e73d1af210 |
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 [20] |
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 |
160 remote: adding changesets | 160 remote: adding changesets |
161 remote: adding manifests | 161 remote: adding manifests |
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 [20] |
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 |
229 remote: adding changesets | 229 remote: adding changesets |
230 remote: adding manifests | 230 remote: adding manifests |