changeset 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 a65d17b1b463
children bf48247af25a
files hgext3rd/topic/__init__.py tests/test-topic.t
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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