D11744: hghave: update dirstate-v2 format config option
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Wed Nov 10 10:46:49 UTC 2021
Alphare created this revision.
Alphare added a comment.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
Pending CI refresh
REVISION SUMMARY
It wasn't kept in sync with the new change in format name.
REPOSITORY
rHG Mercurial
BRANCH
stable
REVISION DETAIL
https://phab.mercurial-scm.org/D11744
AFFECTED FILES
tests/hghave.py
CHANGE DETAILS
diff --git a/tests/hghave.py b/tests/hghave.py
--- a/tests/hghave.py
+++ b/tests/hghave.py
@@ -1061,7 +1061,7 @@
def has_dirstate_v2():
# Keep this logic in sync with `newreporequirements()` in `mercurial/localrepo.py`
return has_rust() and matchoutput(
- 'hg config format.exp-dirstate-v2', b'(?i)1|yes|true|on|always'
+ 'hg config format.exp-rc-dirstate-v2', b'(?i)1|yes|true|on|always'
)
To: Alphare, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list