##// END OF EJS Templates
changelog-delay: move the delay/divert logic inside the (inner) revlog...
changelog-delay: move the delay/divert logic inside the (inner) revlog Instead of hacking throught the vfs/opener, we implement the delay/divert logic inside the `_InnerRevlog` and `randomaccessfile` object. This will allow to an alternative implementation of the `_InnerRevlog` that does not need to use Python details. As a result, the new implementation can use the transaction less agressively and avoid some extra output since no data had been written yet. That seems like a good side effect.
marmoute -
r51999:d83d7885 default
Show More
Name Size Modified Last Commit Author
/ contrib / packaging / docker
debian.template Loading ...
fedora.template Loading ...
rhel7 Loading ...
rhel8 Loading ...
rhel9 Loading ...
ubuntu.template Loading ...