sapling/eden/scm
Katie Mancini 0df2f3d447 Back out "fail open and log when cats are missing"
Summary:
Original commit changeset: 569531c4fc0c

Original Phabricator Diff: D33430311 (db3cb8918a)

Reviewed By: DurhamG

Differential Revision: D33576549

fbshipit-source-id: aa6840c5f8b86f7de94f5bbbcb9dab92b2879061
2022-01-13 22:54:03 -08:00
..
contrib codemod: update license headers 2022-01-05 14:43:32 -08:00
distutils_rust codemod: update license headers 2022-01-05 14:43:32 -08:00
doc codemod: update license headers 2022-01-05 14:43:32 -08:00
edenscm Back out "fail open and log when cats are missing" 2022-01-13 22:54:03 -08:00
edenscmnative codemod: update license headers 2022-01-05 14:43:32 -08:00
exec codemod: update license headers 2022-01-05 14:43:32 -08:00
hgcache_size_logger codemod: update license headers 2022-01-05 14:43:32 -08:00
i18n codemod: update license headers 2022-01-05 14:43:32 -08:00
lib lfs: add option to skip content hashing on read 2022-01-13 14:28:24 -08:00
newdoc fix a couple of typos 2022-01-10 16:13:22 -08:00
pystubs codemod: update license headers 2022-01-05 14:43:32 -08:00
slides codemod: update license headers 2022-01-05 14:43:32 -08:00
tests tracing: subscribe the sampling Layer 2022-01-13 14:28:24 -08:00
.editorconfig
.flake8 debugrebuildchangelog: support rebuild with lazy segmented changelog 2021-05-26 19:00:01 -07:00
.gitignore gitignore: track Makefile under scm 2021-03-04 08:52:27 -08:00
.rustfmt.toml rustfmt: set group_imports to StdExternalCrate 2021-10-19 11:07:24 -07:00
COPYING
fsprobe.sh codemod: update license headers 2022-01-05 14:43:32 -08:00
gen_version.py codemod: update license headers 2022-01-05 14:43:32 -08:00
hgeditor
Makefile codemod: update license headers 2022-01-05 14:43:32 -08:00
README.rst
setup.py codemod: update license headers 2022-01-05 14:43:32 -08: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.