mirror of
https://github.com/facebook/sapling.git
synced 2024-12-29 08:02:24 +03:00
A Scalable, User-Friendly Source Control System.
154094fdb7
Summary: Set `-j 100` to workaround a deadlock issue in `cc`. This should unblock our contbuild. Reviewed By: singhsrb Differential Revision: D17286866 fbshipit-source-id: 547888c2e6b1f4c0e5552b4a6502839766fa8141 |
||
---|---|---|
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.