Mercurial > hg-stable
comparison tests/test-push.t @ 45923: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 | 95c4cca641f6 |
children | 9261f6c1d39b |
comparison
equal
deleted
inserted
replaced
45922:50afeeeb7b79 | 45923:122f0b59f5f0 |
---|---|
383 [1] | 383 [1] |
384 (test that -b (branch) works for specifying "revs") | 384 (test that -b (branch) works for specifying "revs") |
385 $ hg push -b default | 385 $ hg push -b default |
386 pushing to $TESTTMP/test-require-revs-dest | 386 pushing to $TESTTMP/test-require-revs-dest |
387 searching for changes | 387 searching for changes |
388 abort: push creates new remote head [0-9a-f]+! (re) | 388 abort: push creates new remote head [0-9a-f]+ (re) |
389 (merge or see 'hg help push' for details about pushing new heads) | 389 (merge or see 'hg help push' for details about pushing new heads) |
390 [255] | 390 [255] |
391 (demonstrate that even though we don't have anything to exchange, we're still | 391 (demonstrate that even though we don't have anything to exchange, we're still |
392 showing the error) | 392 showing the error) |
393 $ hg push | 393 $ hg push |