Mercurial > evolve
comparison tests/test-topic-flow-publish-bare.t @ 5237:1bb465fad209 mercurial-4.8
test-compat: merge mercurial-4.9 into mercurial-4.8
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 08 Apr 2020 01:16:57 +0800 |
parents | af9f40236037 |
children | 4cf020149c4a |
comparison
equal
deleted
inserted
replaced
5236:6a716085302f | 5237:1bb465fad209 |
---|---|
332 | 332 |
333 $ mkcommit c_aM0 | 333 $ mkcommit c_aM0 |
334 $ hg debugcapabilities $TESTTMP/bare-branch-server | grep topics | 334 $ hg debugcapabilities $TESTTMP/bare-branch-server | grep topics |
335 ext-topics-publish=auto | 335 ext-topics-publish=auto |
336 topics | 336 topics |
337 $ hg push --config experimental.auto-publish=abort -r . | 337 $ hg push --config extensions.evolve= --config experimental.auto-publish=abort -r . |
338 pushing to $TESTTMP/bare-branch-server | 338 pushing to $TESTTMP/bare-branch-server |
339 abort: push would publish 1 changesets | 339 abort: push would publish 1 changesets |
340 (use --publish or adjust 'experimental.auto-publish' config) | 340 (use --publish or adjust 'experimental.auto-publish' config) |
341 [255] | 341 [255] |
342 $ hg push --config experimental.auto-publish=abort -r . --publish | 342 $ hg push --config extensions.evolve= --config experimental.auto-publish=abort -r . --publish |
343 pushing to $TESTTMP/bare-branch-server | 343 pushing to $TESTTMP/bare-branch-server |
344 searching for changes | 344 searching for changes |
345 adding changesets | 345 adding changesets |
346 adding manifests | 346 adding manifests |
347 adding file changes | 347 adding file changes |
352 $ hg topic test-push-protection | 352 $ hg topic test-push-protection |
353 marked working directory as topic: test-push-protection | 353 marked working directory as topic: test-push-protection |
354 $ mkcommit c_aL0 | 354 $ mkcommit c_aL0 |
355 active topic 'test-push-protection' grew its first changeset | 355 active topic 'test-push-protection' grew its first changeset |
356 (see 'hg help topics' for more information) | 356 (see 'hg help topics' for more information) |
357 $ hg push --config experimental.auto-publish=abort -r . | 357 $ hg push --config extensions.evolve= --config experimental.auto-publish=abort -r . |
358 pushing to $TESTTMP/bare-branch-server | 358 pushing to $TESTTMP/bare-branch-server |
359 searching for changes | 359 searching for changes |
360 adding changesets | 360 adding changesets |
361 adding manifests | 361 adding manifests |
362 adding file changes | 362 adding file changes |