comparison tests/test-push-checkheads-multibranches-E3.t @ 45908:122f0b59f5f0

errors: remove trailing "!" in messages about creating new heads on push Differential Revision: https://phab.mercurial-scm.org/D9380
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 23 Nov 2020 12:42:57 -0800
parents 7d5455b988ec
children 9261f6c1d39b
comparison
equal deleted inserted replaced
45907:50afeeeb7b79 45908:122f0b59f5f0
85 -------------- 85 --------------
86 86
87 $ hg push -r 'desc("C1")' 87 $ hg push -r 'desc("C1")'
88 pushing to $TESTTMP/E1/server 88 pushing to $TESTTMP/E1/server
89 searching for changes 89 searching for changes
90 abort: push creates new remote head dc44c53142f0! 90 abort: push creates new remote head dc44c53142f0
91 (merge or see 'hg help push' for details about pushing new heads) 91 (merge or see 'hg help push' for details about pushing new heads)
92 [255] 92 [255]
93 93
94 $ cd ../.. 94 $ cd ../..