mirror of
https://github.com/facebook/sapling.git
synced 2024-12-28 07:33:10 +03:00
2919268555
Summary: In order to keep the hgcache size bounded we need to keep track of pack file size even during normal operations and delete excess packs. This has the negative side effect of deleting necessary data if the operation is legitimately huge, but we'd rather have extra downloading time than fill up the entire disk. Reviewed By: quark-zju Differential Revision: D23486922 fbshipit-source-id: d21be095a8671d2bfc794c85918f796358dc4834 |
||
---|---|---|
.. | ||
contrib | ||
distutils_rust | ||
doc | ||
edenscm | ||
edenscmnative | ||
exec | ||
hgcache_size_logger | ||
i18n | ||
lib | ||
newdoc | ||
pystubs | ||
slides | ||
tests | ||
.editorconfig | ||
.flake8 | ||
.gitignore | ||
COPYING | ||
gen_version.py | ||
hgeditor | ||
Makefile | ||
README.rst | ||
setup3.py | ||
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.