comparison tests/test-push-checkheads-partial-C4.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 34a46d48d24e
children 9261f6c1d39b
comparison
equal deleted inserted replaced
45907:50afeeeb7b79 45908:122f0b59f5f0
77 -------------- 77 --------------
78 78
79 $ hg push --rev 'desc(C0)' 79 $ hg push --rev 'desc(C0)'
80 pushing to $TESTTMP/C4/server 80 pushing to $TESTTMP/C4/server
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 ../..