##// END OF EJS Templates
dirstate: enforce holding the lock while doing any changes...
dirstate: enforce holding the lock while doing any changes This seems like a sensible sanity check. This already caught the issue in largefile. This will catch more issue when we start using similar context manager for operation other than the parent changes.

File last commit:

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