##// 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.

File last commit:

r50501:4092db99 stable
r51999:d83d7885 default
Show More
requirements.txt.in
5 lines | 122 B | text/plain | TextLexer
Jason R. Coombs
packaging: refresh dependency hashes (issue6750)...
r50501 # Declare requirements for generating the compiled (frozen)
# set of requirements in ./requirements.txt.
Gregory Szorc
packaging: add docutils as dependency...
r45245 docutils
Gregory Szorc
packaging: convert to UNIX line endings...
r44059 jinja2