##// END OF EJS Templates
localrepo: prevent wlock from being inherited when a transaction is running...
localrepo: prevent wlock from being inherited when a transaction is running Review feedback from Pierre-Yves David. A separate line of work is working to ensure that dirstate writes are written to a separate 'pending' file while a transaction is active. Lock inheritance currently conflicts with that, so dodge the issue by simply preventing inheritance while a transaction is running. Custom merge drivers aren't going to run inside a transaction, so this doesn't affect that.

File last commit:

r16438:28a90cdf default
r26499:e72b62b1 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer