Submitter | phabricator |
---|---|
Date | Jan. 9, 2020, 2:57 p.m. |
Message ID | <dac062595e4b011023ddff84a65b42db@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44233/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -927,7 +927,7 @@ if repository.NARROW_REQUIREMENT in requirements: options[b'enableellipsis'] = True - if ui.configbool('experimental', 'rust.index'): + if ui.configbool(b'experimental', b'rust.index'): options[b'rust.index'] = True return options