move .hg/topic-namespace check/removal from reading the file to acquiring wlock
- Mar 11, 2024
-
-
Anton Shestakov authored
This way we don't even have to make any assertions about wlock status. This should be safe, since we have the wlock and it's held, and other processes cannot acquire it and start messing with wdir, but we're also not inside any context managers that could be using the wlock, so it cannot be suddenly released either.
-
- Feb 28, 2024
-
-
Anton Shestakov authored5b08e93a982e
-
Anton Shestakov authoredc2a4e21f4aaf
-