move .hg/topic-namespace check/removal from reading the file to acquiring wlock
The end goal is to untie the cleanup/removal of the .hg/topic-namespace file from any specific tns-related function.
This is one way to perform the action when someone tries to acquire wlock.
Merge request reports
Activity
Filter activity
requested review from @marmoute
assigned to @marmoute
added 11 commits
-
3068d9e2...5b20bc70 - 8 commits from branch
branch/stable
- c2a4e21f4aaf - topic: move .hg/topic-namespace file removal to a separate method
- 4fbba218deb7 - topic: run _cleanup_tns_file() when acquiring fresh wlock
- f1a945d2ccf4 - topic: drop _cleanup_tns_file(), move code directly into wlock()
Toggle commit list-
3068d9e2...5b20bc70 - 8 commits from branch
added 2 commits
- 5b08e93a982e - topic: run _cleanup_tns_file() when acquiring fresh wlock
- ce3723b78f91 - topic: drop _cleanup_tns_file(), move code directly into wlock()
enabled an automatic merge when the pipeline for ce3723b78f91 succeeds
Please register or sign in to reply