diff hgext3rd/topic/__init__.py @ 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 b81fea3d59ca
children e97fbded40a5 1240ca13955f
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