A Scalable, User-Friendly Source Control System.
Go to file
Durham Goode 3619a1911d Cut down number of sys calls during filelog reads
When the cache is stored on a filesystem, excessive stat calls can slow
mercurial updates down dramatically. This reduces it to a single open call for
the cache location and if that fails, a single open call for the local location.
2013-09-09 10:23:29 -07:00
remotefilelog Cut down number of sys calls during filelog reads 2013-09-09 10:23:29 -07:00
tests Add a test suite 2013-09-03 20:03:43 -07:00
.hgignore Add make/setup files. Move source into a subdirectory. 2013-06-12 13:42:44 -07:00
Makefile Rename to remotefilelog since shallowrepo is already taken 2013-06-21 10:14:29 -07:00
setup.py Fix a bug with status prefetching in merge scenarios 2013-09-04 19:07:01 -07:00