Mercurial > evolve
comparison tests/test-topic-flow-publish-flag.t @ 5892:34cd08a46b6d mercurial-5.6
test-compat: merge mercurial-5.7 into mercurial-5.6
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 24 Apr 2021 20:01:39 +0800 |
parents | 08c30eef85d3 |
children | c0921b5277a0 |
comparison
equal
deleted
inserted
replaced
5891:b13cb2d500ae | 5892:34cd08a46b6d |
---|---|
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 [20] | 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 | |
403 | o 13:0d144c8b6c8f c_dM0 public default | 403 | o 13:0d144c8b6c8f c_dM0 public default |
404 |/ | 404 |/ |