mirror of
https://github.com/facebook/sapling.git
synced 2025-01-04 03:06:30 +03:00
A Scalable, User-Friendly Source Control System.
03a4b9d606
Summary: Use an `asset` to download Cython on demand. So we don't need to install Cython as build dependency on all supported platforms, and maintain the "Cython" package for those platforms. Upgrade to the latest Cython by the way. Reviewed By: singhsrb Differential Revision: D13513514 fbshipit-source-id: 5ebe9a3e5b785a8f85cd51624663f9cc1e5c66fd |
||
---|---|---|
contrib | ||
distutils_rust | ||
doc | ||
exec | ||
hgdemandimport | ||
hgext | ||
i18n | ||
lib | ||
mercurial | ||
newdoc | ||
slides | ||
tests | ||
.editorconfig | ||
.flake8 | ||
.gitignore | ||
.hgsigs | ||
.jshintrc | ||
CONTRIBUTING | ||
CONTRIBUTORS | ||
COPYING | ||
gen_version.py | ||
hg | ||
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.