mirror of
https://github.com/facebook/sapling.git
synced 2024-12-29 08:02:24 +03:00
2e2e2432a7
Summary: As a follow up to the previous diff, let's also warn if dirstate includes marker files that should not be included in any sparse profiles. Reviewed By: DurhamG Differential Revision: D23414361 fbshipit-source-id: 3d171328bf0ba5754e5bacde85f09abb4fed8603 |
||
---|---|---|
.. | ||
contrib | ||
distutils_rust | ||
doc | ||
edenscm | ||
edenscmnative | ||
exec | ||
hgcache_size_logger | ||
i18n | ||
lib | ||
newdoc | ||
pystubs | ||
slides | ||
tests | ||
.editorconfig | ||
.flake8 | ||
.gitignore | ||
COPYING | ||
gen_version.py | ||
hgeditor | ||
Makefile | ||
README.rst | ||
setup3.py | ||
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.