diff hgext3rd/topic/__init__.py @ 5987:e97fbded40a5

branching: merge stable into default
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 06 Aug 2021 00:04:46 +0200
parents daca8f4f7014 fa7f2e1cb504
children 01154958e0cf
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Sat Jun 19 22:13:13 2021 +0300
+++ b/hgext3rd/topic/__init__.py	Fri Aug 06 00:04:46 2021 +0200
@@ -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