Mercurial > evolve
comparison tests/test-minitopic.t @ 5709:d0f73113fcc0 stable
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 | d171815d2618 |
children | f0d46ffbf1bb |
comparison
equal
deleted
inserted
replaced
5708:fdc540a9b94b | 5709:d0f73113fcc0 |
---|---|
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 |