Mercurial > evolve
comparison tests/test-topic-flow-publish-flag.t @ 5672:12c53d7122a7
tests: remove trailing "!" from abort messages
CORE-TEST-OUTPUT-UPDATE: 95c4cca641f6
CORE-TEST-OUTPUT-UPDATE: 50afeeeb7b79
CORE-TEST-OUTPUT-UPDATE: 122f0b59f5f0
CORE-TEST-OUTPUT-UPDATE: ca39c45014fa
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 02 Dec 2020 09:40:33 +0800 |
parents | eb928f5728c4 |
children | f0d46ffbf1bb |
comparison
equal
deleted
inserted
replaced
5671:8c5f2c37b911 | 5672:12c53d7122a7 |
---|---|
392 active topic 'topic_B' grew its first changeset | 392 active topic 'topic_B' grew its first changeset |
393 (see 'hg help topics' for more information) | 393 (see 'hg help topics' for more information) |
394 $ hg push -r 'desc("c_dN0")' --publish | 394 $ hg push -r 'desc("c_dN0")' --publish |
395 pushing to $TESTTMP/bare-branch-server | 395 pushing to $TESTTMP/bare-branch-server |
396 searching for changes | 396 searching for changes |
397 abort: push creates new remote head 4dcd0be9db96! | 397 abort: push creates new remote head 4dcd0be9db96 |
398 (merge or see 'hg help push' for details about pushing new heads) | 398 (merge or see 'hg help push' for details about pushing new heads) |
399 [255] | 399 [255] |
400 $ hg log --rev 'sort(all(), "topo")' -GT '{rev}:{node|short} {desc} {phase} {branch} {topics}' | 400 $ hg log --rev 'sort(all(), "topo")' -GT '{rev}:{node|short} {desc} {phase} {branch} {topics}' |
401 @ 14:4dcd0be9db96 c_dN0 draft default topic_B | 401 @ 14:4dcd0be9db96 c_dN0 draft default topic_B |
402 | | 402 | |