Mercurial > public > mercurial-scm > hg-stable
diff mercurial/requirements.py @ 46334:6e81446bf1d9
share: move share safe functionality out of experimental
The share-safe functionality is complete and all configuration options are
implemented. The behavior is well discussed on mailing list and in reviews.
Let's unmark this as experimental to solve a chichen and egg issue.
Differential Revision: https://phab.mercurial-scm.org/D9823
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Mon, 18 Jan 2021 19:16:49 +0530 |
parents | d252f51ab032 |
children | ee91966aec0f |
line wrap: on
line diff
--- a/mercurial/requirements.py Fri Jan 15 12:08:07 2021 +0530 +++ b/mercurial/requirements.py Mon Jan 18 19:16:49 2021 +0530 @@ -55,7 +55,7 @@ # A repository with share implemented safely. The repository has different # store and working copy requirements i.e. both `.hg/requires` and # `.hg/store/requires` are present. -SHARESAFE_REQUIREMENT = b'exp-sharesafe' +SHARESAFE_REQUIREMENT = b'share-safe' # List of requirements which are working directory specific # These requirements cannot be shared between repositories if they