##// END OF EJS Templates
rhg: handle null changelog and manifest revisions...
rhg: handle null changelog and manifest revisions Differential Revision: https://phab.mercurial-scm.org/D11650

File last commit:

r48059:762afde8 default
r49012:61ce70fd 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...
r48064 import os
def killme(ui, repo, hooktype, **wkargs):
os._exit(80)