mirror of
https://github.com/facebook/sapling.git
synced 2025-01-04 03:06:30 +03:00
A Scalable, User-Friendly Source Control System.
3d3ab2cb56
Summary: ./setup.py's logic to pick a version no longer works in fbsource because it only works if `.hg` is in the current directory. (It set it to 'unknown'.) We already moved the build logic to a streamlined system of (YYMMDD_HHmmSS_hash), so let's do the same with the actual version that gets shipped with the release. (Note: this ignores all push blocking failures!) Reviewed By: quark-zju Differential Revision: D6794773 fbshipit-source-id: 5de44b9a3541babddeff06e096b5b1faa8733e47 |
||
---|---|---|
.cargo | ||
contrib | ||
distutils_rust | ||
doc | ||
hgdemandimport | ||
hgext | ||
hgext3rd | ||
hgsubversion | ||
i18n | ||
lib | ||
lz4revlog | ||
mercurial | ||
tests | ||
.clang-format | ||
.editorconfig | ||
.flake8 | ||
.hg-vendored-crates | ||
.hgignore | ||
.hgsigs | ||
.jshintrc | ||
.watchmanconfig | ||
CONTRIBUTING | ||
CONTRIBUTORS | ||
COPYING | ||
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.