##// END OF EJS Templates
revbranchcache: disable mmap access by default...
revbranchcache: disable mmap access by default The revbranchcache can be truncated (if some part of it is detected as invalid). Using mmap on file we truncate is not an option at access to truncated part would result in a SIGBUS signal. So we disable the mmap by default until we fix this issue.
marmoute -
r52551:c3a622e5 stable
Show More
Name Size Modified Last Commit Author
/ mercurial / admin
__init__.py Loading ...
chainsaw.py Loading ...
verify.py Loading ...