##// END OF EJS Templates
nodemap: deal with data mmap error...
nodemap: deal with data mmap error If the file is too small, the mmapread call would raise a ValueError. We catch that and ignore nodemap content (as we do without mmap). This make the repository slightly slower (until the next write) but usable. Unlike the current crash. Differential Revision: https://phab.mercurial-scm.org/D10458

File last commit:

r23399:fd5247a8 default
r47733:a3720569 default
Show More
hgwebconfig
6 lines | 67 B | text/plain | TextLexer
Gregory Szorc
docker: add Docker files for running an Apache mod_wsgi server...
r23399 [paths]
/ = /var/hg/repos/*
[web]
allow_push = *
push_ssl = False