diff tests/test-topic.t @ 6002:cb93b13305c6 mercurial-5.1

test-compat: merge mercurial-5.2 into mercurial-5.1
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 12 Aug 2021 22:01:02 +0200
parents 393e33734674
children 3fdfeca7e45f d3453ef71ce8
line wrap: on
line diff
--- a/tests/test-topic.t	Thu May 27 23:50:51 2021 +0800
+++ b/tests/test-topic.t	Thu Aug 12 22:01:02 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