comparison tests/test-push-checkheads-mixed-branch-topic-G3.t @ 5892:34cd08a46b6d mercurial-5.6

test-compat: merge mercurial-5.7 into mercurial-5.6
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 24 Apr 2021 20:01:39 +0800
parents 08c30eef85d3
children 669270305ccb 1328195f76a9
comparison
equal deleted inserted replaced
5891:b13cb2d500ae 5892:34cd08a46b6d
88 -------------- 88 --------------
89 89
90 $ hg push -r 'desc("C1")' 90 $ hg push -r 'desc("C1")'
91 pushing to $TESTTMP/E1/server 91 pushing to $TESTTMP/E1/server
92 searching for changes 92 searching for changes
93 abort: push creates new remote head dc44c53142f0 93 abort: push creates new remote head dc44c53142f0!
94 (merge or see 'hg help push' for details about pushing new heads) 94 (merge or see 'hg help push' for details about pushing new heads)
95 [20] 95 [255]
96 96
97 $ cd ../.. 97 $ cd ../..