equal
deleted
inserted
replaced
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 |