diff tests/test-topic.t @ 5997:43c4db536990 mercurial-5.6

test-compat: merge mercurial-5.7 into mercurial-5.6
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 12 Aug 2021 22:00:49 +0200
parents fd039a7f0c3c fa7f2e1cb504
children 393e33734674 c0921b5277a0
line wrap: on
line diff
--- a/tests/test-topic.t	Thu May 27 23:09:47 2021 +0800
+++ b/tests/test-topic.t	Thu Aug 12 22:00:49 2021 +0200
@@ -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