equal
deleted
inserted
replaced
930 if repository.NARROW_REQUIREMENT in requirements: |
930 if repository.NARROW_REQUIREMENT in requirements: |
931 options[b'enableellipsis'] = True |
931 options[b'enableellipsis'] = True |
932 |
932 |
933 if ui.configbool(b'experimental', b'rust.index'): |
933 if ui.configbool(b'experimental', b'rust.index'): |
934 options[b'rust.index'] = True |
934 options[b'rust.index'] = True |
|
935 if ui.configbool(b'experimental', b'exp-persistent-nodemap'): |
|
936 options[b'exp-persistent-nodemap'] = True |
935 |
937 |
936 return options |
938 return options |
937 |
939 |
938 |
940 |
939 def makemain(**kwargs): |
941 def makemain(**kwargs): |