mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 22:21:40 +03:00
A Scalable, User-Friendly Source Control System.
8b2c9a1534
Summary: `scmutil.rev*` should not be used for non-user-provided input. Change them to `repo.anyrevs` or `repo[]` instead. This should reduce false positives of revision number usage detection. Reviewed By: singhsrb Differential Revision: D16910637 fbshipit-source-id: b53bc9ba4ee52cb37c86f819d70898c14a6c569f |
||
---|---|---|
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.