##// END OF EJS Templates
hghave: update dirstate-v2 format config option...
Raphaël Gomès -
r49140:6505d390 stable
parent child Browse files
Show More
@@ -1061,7 +1061,7 b' def has_repofncache():'
1061 def has_dirstate_v2():
1061 def has_dirstate_v2():
1062 # Keep this logic in sync with `newreporequirements()` in `mercurial/localrepo.py`
1062 # Keep this logic in sync with `newreporequirements()` in `mercurial/localrepo.py`
1063 return has_rust() and matchoutput(
1063 return has_rust() and matchoutput(
1064 'hg config format.exp-dirstate-v2', b'(?i)1|yes|true|on|always'
1064 'hg config format.exp-rc-dirstate-v2', b'(?i)1|yes|true|on|always'
1065 )
1065 )
1066
1066
1067
1067
General Comments 0
You need to be logged in to leave comments. Login now