diff hgext3rd/topic/__init__.py @ 6001:806bdef19f1c mercurial-5.2

test-compat: merge mercurial-5.3 into mercurial-5.2
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 12 Aug 2021 22:01:00 +0200
parents fa7f2e1cb504
children e97fbded40a5 1240ca13955f
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Thu May 27 23:45:16 2021 +0800
+++ b/hgext3rd/topic/__init__.py	Thu Aug 12 22:01:00 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
@@ -232,7 +232,7 @@
               b'topic.active': b'green',
               }
 
-__version__ = b'0.22.2.dev'
+__version__ = b'0.22.3.dev'
 
 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8'
 minimumhgversion = b'4.6'