sapling/eden/scm
Durham Goode 21a3444dbf backingstore: add option to disable retries
Summary:
EdenFS doesn't want to use retries while it has the hg import
fallback. Let's allow disabling them. Once there is a config that controls the hg
import fallback, we can enable retries when the fallback is disabled.

Reviewed By: xavierd

Differential Revision: D35020586

fbshipit-source-id: d51d7fb70d2627e55c1170f130c548d7b14a8e6e
2022-03-22 13:23:44 -07:00
..
contrib license: update license headers 2022-03-04 12:55:23 -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 add config-driven announcements visible during pull 2022-03-21 15:55:49 -07:00
edenscmnative Version changes required for adding solana-client crate 2022-03-21 15:58:16 -07:00
exec remove generated thrift code and fix external CI (#26) 2022-02-09 12:21: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 backingstore: add option to disable retries 2022-03-22 13:23:44 -07: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 add config-driven announcements visible during pull 2022-03-21 15:55:49 -07:00
.editorconfig
.flake8 debugrebuildchangelog: support rebuild with lazy segmented changelog 2021-05-26 19:00:01 -07:00
.gitignore add github actions for EdenFS on linux and fix Eden SCM Mac build (#106) 2022-02-14 11:56:53 -08:00
.rustfmt.toml rustfmt: set group_imports to StdExternalCrate 2021-10-19 11:07:24 -07:00
Cargo.toml remove taggederror crate and related code 2022-03-17 11:11:53 -07:00
COPYING
fsprobe.sh codemod: update license headers 2022-01-05 14:43:32 -08:00
gen_version.py Add annotations to eden 2022-02-14 12:17:43 -08:00
hgeditor
Makefile move autocargo up one level (#101) 2022-02-08 06:07:52 -08:00
README.rst
setup.py add github actions for EdenFS on linux and fix Eden SCM Mac build (#106) 2022-02-14 11:56:53 -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.