sapling/eden/scm
Stanislau Hlebik 2e2e2432a7 sparse: warn if dirstate includes marker files
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
2020-08-31 23:21:41 -07:00
..
contrib contrib: remove revlog related perf tests 2020-07-30 20:32:34 -07:00
distutils_rust edenscm/hg: add GitHub Actions with CI for HG plus add fixes for getdeps (#25) 2020-07-10 12:07:45 -07:00
doc
edenscm sparse: warn if dirstate includes marker files 2020-08-31 23:21:41 -07:00
edenscmnative bindings: export rust process handling to Python 2020-08-31 17:34:48 -07:00
exec re-implement normalize_windows_path 2020-08-25 12:38:07 -07:00
hgcache_size_logger add hgcache size logger 2020-08-26 04:24:50 -07:00
i18n
lib spawn-ext: extend Command::spawn to avoid inheriting fds 2020-08-31 17:34:48 -07:00
newdoc
pystubs repoview: further remove repoview references 2020-07-06 14:04:27 -07:00
slides
tests sparse: warn if dirstate includes marker files 2020-08-31 23:21:41 -07:00
.editorconfig
.flake8 commitcloud: optimize revset for segmented changelog backend 2020-08-21 13:00:45 -07:00
.gitignore
COPYING
gen_version.py
hgeditor
Makefile add Mononoke integration tests CI (#26) 2020-07-16 12:16:10 -07:00
README.rst
setup3.py configparser: fix non-fb dependencies (#45) 2020-08-26 16:31:00 -07:00
setup.py configparser: fix non-fb dependencies (#45) 2020-08-26 16:31:00 -07:00

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.