Mercurial > evolve
comparison tests/test-topic-flow-publish-bare.t @ 6548:445240ccb701
topic: add experimental.tns-default-pull-namespaces config option
This config option controls what topic namespaces get pulled by default.
The current default option is '*', which means all namespaces get pulled.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 27 Jul 2023 16:39:43 -0300 |
parents | 60daa7887c49 |
children | 9da0114a8a02 |
comparison
equal
deleted
inserted
replaced
6547:d13cfd9eb6c0 | 6548:445240ccb701 |
---|---|
347 | 347 |
348 Making sure the topic-publishing mode is announced as a capability | 348 Making sure the topic-publishing mode is announced as a capability |
349 | 349 |
350 $ hg debugcapabilities $TESTTMP/bare-branch-server | grep topics | 350 $ hg debugcapabilities $TESTTMP/bare-branch-server | grep topics |
351 ext-topics-publish=auto | 351 ext-topics-publish=auto |
352 ext-topics-tns-heads | |
352 topics | 353 topics |
353 topics-namespaces | 354 topics-namespaces |
354 $ hg debugcapabilities ssh://user@dummy/bare-branch-server | grep topics | 355 $ hg debugcapabilities ssh://user@dummy/bare-branch-server | grep topics |
355 _exttopics_heads | 356 _exttopics_heads |
356 ext-topics-publish=auto | 357 ext-topics-publish=auto |
358 ext-topics-tns-heads | |
357 topics | 359 topics |
358 topics-namespaces | 360 topics-namespaces |
359 $ hg serve -R ../bare-branch-server -p $HGPORT -d --pid-file hg.pid | 361 $ hg serve -R ../bare-branch-server -p $HGPORT -d --pid-file hg.pid |
360 $ cat hg.pid >> $DAEMON_PIDS | 362 $ cat hg.pid >> $DAEMON_PIDS |
361 $ hg debugcapabilities http://localhost:$HGPORT | grep topics | 363 $ hg debugcapabilities http://localhost:$HGPORT | grep topics |
362 _exttopics_heads | 364 _exttopics_heads |
363 ext-topics-publish=auto | 365 ext-topics-publish=auto |
366 ext-topics-tns-heads | |
364 topics | 367 topics |
365 topics-namespaces | 368 topics-namespaces |
366 $ killdaemons.py | 369 $ killdaemons.py |
367 | 370 |
368 Trying to push changeset without topic (would publish them) | 371 Trying to push changeset without topic (would publish them) |