mirror of
https://github.com/facebook/sapling.git
synced 2024-12-29 16:12:23 +03:00
A Scalable, User-Friendly Source Control System.
e1808b45e6
Summary: The "sl (unfiltered)" section can be very long. To make it less noisy, let's only show commits that are predecessors of the current visible draft. This removes commits that are landed (and became hidden), and is more friendly in the narrow-heads=true world. Reviewed By: singhsrb Differential Revision: D18000596 fbshipit-source-id: e7ed773fee10c5dc26b810356dd3d25e61da522b |
||
---|---|---|
CMake | ||
contrib | ||
distutils_rust | ||
doc | ||
edenscm | ||
edenscmnative | ||
exec | ||
i18n | ||
lib | ||
newdoc | ||
slides | ||
tests | ||
.editorconfig | ||
.flake8 | ||
.gitignore | ||
.hgsigs | ||
.jshintrc | ||
CMakeLists.txt | ||
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.