##// END OF EJS Templates
revlog: fix index computation during inline->non-inline transition...
revlog: fix index computation during inline->non-inline transition The computation in 63edc384d3b7 failed to factor in the index entries themselve as revlog.start() doesn't count them. Found by Valtenin Gatienbaron with a more precise test case from me. Differential Revision: https://phab.mercurial-scm.org/D10724

File last commit:

r48059:762afde8 default
r48059:762afde8 default
Show More
helper-killhook.py
5 lines | 71 B | text/x-python | PythonLexer
/ tests / helper-killhook.py
Joerg Sonnenberger
revlog: fix index computation during inline->non-inline transition...
r48059 import os
def killme(ui, repo, hooktype, **wkargs):
os._exit(80)