comparison tests/test-topic-flow-publish-bare.t @ 6879:9da0114a8a02

topic: use FQBN for displaying topic name when it grows its first changeset
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 17 Sep 2024 20:48:56 +0400
parents 445240ccb701
children
comparison
equal deleted inserted replaced
6878:2fbe91d762ef 6879:9da0114a8a02
127 $ hg update 'desc("c_dD0")' 127 $ hg update 'desc("c_dD0")'
128 2 files updated, 0 files merged, 1 files removed, 0 files unresolved 128 2 files updated, 0 files merged, 1 files removed, 0 files unresolved
129 $ hg topic foo 129 $ hg topic foo
130 marked working directory as topic: foo 130 marked working directory as topic: foo
131 $ mkcommit c_dF0 131 $ mkcommit c_dF0
132 active topic 'foo' grew its first changeset 132 active topic '//foo' grew its first changeset
133 (see 'hg help topics' for more information) 133 (see 'hg help topics' for more information)
134 $ hg push 134 $ hg push
135 pushing to $TESTTMP/bare-branch-server 135 pushing to $TESTTMP/bare-branch-server
136 searching for changes 136 searching for changes
137 adding changesets 137 adding changesets
161 1 files updated, 0 files merged, 2 files removed, 0 files unresolved 161 1 files updated, 0 files merged, 2 files removed, 0 files unresolved
162 $ mkcommit c_dG0 162 $ mkcommit c_dG0
163 $ hg topic bar 163 $ hg topic bar
164 marked working directory as topic: bar 164 marked working directory as topic: bar
165 $ mkcommit c_dH0 165 $ mkcommit c_dH0
166 active topic 'bar' grew its first changeset 166 active topic '//bar' grew its first changeset
167 (see 'hg help topics' for more information) 167 (see 'hg help topics' for more information)
168 $ hg push 168 $ hg push
169 pushing to $TESTTMP/bare-branch-server 169 pushing to $TESTTMP/bare-branch-server
170 1 changesets about to be published 170 1 changesets about to be published
171 searching for changes 171 searching for changes
393 Pushing a changeset with topic (not publishing, no warning) 393 Pushing a changeset with topic (not publishing, no warning)
394 394
395 $ hg topic test-push-protection 395 $ hg topic test-push-protection
396 marked working directory as topic: test-push-protection 396 marked working directory as topic: test-push-protection
397 $ mkcommit c_aN0 397 $ mkcommit c_aN0
398 active topic 'test-push-protection' grew its first changeset 398 active topic 'double//slash//test-push-protection' grew its first changeset
399 (see 'hg help topics' for more information) 399 (see 'hg help topics' for more information)
400 $ hg push --config experimental.auto-publish=abort -r . 400 $ hg push --config experimental.auto-publish=abort -r .
401 pushing to $TESTTMP/bare-branch-server 401 pushing to $TESTTMP/bare-branch-server
402 searching for changes 402 searching for changes
403 adding changesets 403 adding changesets