comparison tests/test-treediscovery.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 ed84a4d48910
children 9261f6c1d39b
comparison
equal deleted inserted replaced
45907:50afeeeb7b79 45908:122f0b59f5f0
267 searching for changes 267 searching for changes
268 no changes found 268 no changes found
269 $ hg push $remote 269 $ hg push $remote
270 pushing to http://localhost:$HGPORT/ 270 pushing to http://localhost:$HGPORT/
271 searching for changes 271 searching for changes
272 abort: push creates new remote branches: both, name1! 272 abort: push creates new remote branches: both, name1
273 (use 'hg push --new-branch' to create new remote branches) 273 (use 'hg push --new-branch' to create new remote branches)
274 [255] 274 [255]
275 $ hg push $remote --new-branch 275 $ hg push $remote --new-branch
276 pushing to http://localhost:$HGPORT/ 276 pushing to http://localhost:$HGPORT/
277 searching for changes 277 searching for changes