##// END OF EJS Templates
revlog: add function to slice chunk down to a given size...
revlog: add function to slice chunk down to a given size It is possible to encounter situations where the slicing based on density did not achieve chunk smaller than the 4*textlength limit. To avoid extra memory consumption in those cases, we need to be able to break down chunk to a given size. Actual caller comes in the next changesets.

File last commit:

r37194:338367d4 default
r38664:e59e27e5 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer