##// END OF EJS Templates
rust-dirstate: rename `has_dirstate_v2` to `use_dirstate_v2`...
rust-dirstate: rename `has_dirstate_v2` to `use_dirstate_v2` It is closer to the right semantics. I added a docstring to better explain the reasonning. In the next patch(es), I will address the underlying issue of finding the "wrong" version of the dirstate on disk.

File last commit:

r49730:6000f5b2 default
r51551:1e2c6cda stable
Show More
__init__.py
3 lines | 67 B | text/x-python | PythonLexer
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)