comparison tests/test-push-checkheads-multi-topics-F3.t @ 5682:f0d46ffbf1bb

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 12c53d7122a7
children 73cb6cafc930 fc60328270ac
comparison
equal deleted inserted replaced
5681:33994d579c81 5682:f0d46ffbf1bb
94 $ hg push -r 'desc("C1")' 94 $ hg push -r 'desc("C1")'
95 pushing to $TESTTMP/E1/server 95 pushing to $TESTTMP/E1/server
96 searching for changes 96 searching for changes
97 abort: push creates new remote head 57530ca5eb24 on branch 'default:Y' 97 abort: push creates new remote head 57530ca5eb24 on branch 'default:Y'
98 (merge or see 'hg help push' for details about pushing new heads) 98 (merge or see 'hg help push' for details about pushing new heads)
99 [255] 99 [20]
100 100
101 $ cd ../.. 101 $ cd ../..