diff mercurial/configitems.py @ 39325:7a9f15ed3b96

phases: add a repository requirement about internal phase For internal changeset to be properly hidden, the client version needs to support it. So we introduce a new repository requirement that will make sure clients touching a repository that uses internal phase supports the feature.
author Boris Feld <boris.feld@octobus.net>
date Thu, 24 May 2018 09:59:10 +0200
parents cded904f7acc
children 56469d475341
line wrap: on
line diff
--- a/mercurial/configitems.py	Sat Aug 25 01:19:48 2018 +0200
+++ b/mercurial/configitems.py	Thu May 24 09:59:10 2018 +0200
@@ -679,6 +679,9 @@
 coreconfigitem('format', 'usestore',
     default=True,
 )
+coreconfigitem('format', 'internal-phase',
+    default=False,
+)
 coreconfigitem('fsmonitor', 'warn_when_unused',
     default=True,
 )