mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 22:21:40 +03:00
A Scalable, User-Friendly Source Control System.
94ff729e43
Summary: Connecting to large workspaces can result in many pulls within a single sync. This re-uses the connection to the server. We have seen instances where the server can't serve all of these pulls and crashes with a MemoryError. Pragmatically close the connection between each pull to prevent this. Reviewed By: farnz Differential Revision: D16858728 fbshipit-source-id: 7561c6f01c38df2706bd7fd76f5a7387e9728dc8 |
||
---|---|---|
contrib | ||
distutils_rust | ||
doc | ||
edenscm | ||
edenscmnative | ||
exec | ||
i18n | ||
lib | ||
newdoc | ||
slides | ||
tests | ||
.editorconfig | ||
.flake8 | ||
.gitignore | ||
.hgsigs | ||
.jshintrc | ||
CONTRIBUTING | ||
CONTRIBUTORS | ||
COPYING | ||
gen_version.py | ||
hgeditor | ||
hgweb.cgi | ||
Makefile | ||
README.rst | ||
setup.py |
Mercurial ========= Mercurial is a fast, easy to use, distributed revision control tool for software developers. Basic install:: $ make # see install targets $ make install # do a system-wide install $ hg debuginstall # sanity-check setup $ hg # see help Running without installing:: $ make local # build for inplace usage $ ./hg --version # should show the latest version See https://mercurial-scm.org/ for detailed installation instructions, platform-specific notes, and Mercurial user information.