# HG changeset patch # User Matt Harbison # Date 1626207569 14400 # Node ID fa7f2e1cb5049346676d1218d56ba28556cc796b # Parent a65d17b1b46314d1a5d479574fe707ce2dfd0086 topic: fix the help text to show how to disable publishing diff -r a65d17b1b463 -r fa7f2e1cb504 hgext3rd/topic/__init__.py --- a/hgext3rd/topic/__init__.py Mon Oct 05 10:29:29 2020 -0700 +++ b/hgext3rd/topic/__init__.py Tue Jul 13 16:19:29 2021 -0400 @@ -86,17 +86,17 @@ * everything pushed become public (the default):: - [phase] + [phases] publish = yes * nothing push turned public:: - [phase] + [phases] publish = no * topic branches are not published, changeset without topic are:: - [phase] + [phases] publish = no [experimental] topic.publish-bare-branch = yes diff -r a65d17b1b463 -r fa7f2e1cb504 tests/test-topic.t --- a/tests/test-topic.t Mon Oct 05 10:29:29 2020 -0700 +++ b/tests/test-topic.t Tue Jul 13 16:19:29 2021 -0400 @@ -96,17 +96,17 @@ * everything pushed become public (the default): - [phase] + [phases] publish = yes * nothing push turned public: - [phase] + [phases] publish = no * topic branches are not published, changeset without topic are: - [phase] + [phases] publish = no [experimental] topic.publish-bare-branch = yes