mirror of
https://github.com/facebook/sapling.git
synced 2024-12-28 15:44:27 +03:00
A Scalable, User-Friendly Source Control System.
6d171b17c6
Summary: No point in tweaking it externally if we can just add relevant stuff. Reviewed By: phillco Differential Revision: D10335080 fbshipit-source-id: 47c009bf820f8f41f586b714181e82bea88dfa49 |
||
---|---|---|
contrib | ||
distutils_rust | ||
doc | ||
exec | ||
hgdemandimport | ||
hgext | ||
hgext3rd | ||
i18n | ||
lib | ||
mercurial | ||
newdoc/dev | ||
slides | ||
tests | ||
.editorconfig | ||
.flake8 | ||
.gitignore | ||
.hgsigs | ||
.jshintrc | ||
.watchmanconfig | ||
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.