diff tests/test-topic.t @ 5977:fa7f2e1cb504 stable

topic: fix the help text to show how to disable publishing
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 13 Jul 2021 16:19:29 -0400
parents 87006dcf2bb7
children e97fbded40a5 43c4db536990
line wrap: on
line diff
--- 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