##// END OF EJS Templates
revlog: add a magic null revision to our index...
revlog: add a magic null revision to our index We expand our index by one entry so that index[nullrev] points to a unique entry, the null revision. This naturally eliminates numerous extra tests in the performance-sensitive index access functions, most of which are now trivial again. Adding new entries is now done with insert(-1, e) rather than append(e).

File last commit:

r0:9117c656 default
r4979:06abdaf7 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer