comparison tests/test-push-checkheads-partial-C4.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 669270305ccb 1328195f76a9
comparison
equal deleted inserted replaced
5754:03410b04cf10 5755:08c30eef85d3
77 -------------- 77 --------------
78 78
79 $ hg push --rev 'desc(C0)' 79 $ hg push --rev 'desc(C0)'
80 pushing to $TESTTMP/C4/server (glob) 80 pushing to $TESTTMP/C4/server (glob)
81 searching for changes 81 searching for changes
82 abort: push creates new remote head 0f88766e02d6 82 abort: push creates new remote head 0f88766e02d6!
83 (merge or see 'hg help push' for details about pushing new heads) 83 (merge or see 'hg help push' for details about pushing new heads)
84 [255] 84 [255]
85 85
86 $ cd ../.. 86 $ cd ../..