sapling/eden/scm
Jun Wu c24bfbd0cc nodemap: indexedlog open => open_with_repair
Summary: See previous diffs for context.

Reviewed By: DurhamG

Differential Revision: D33137669

fbshipit-source-id: ab3a910df95da1b07820d29a6afe9dd3ea3e4f38
2021-12-16 12:20:00 -08:00
..
contrib codemod: our.intern.facebook.com -> internalfb.com 2021-12-08 19:40:13 -08:00
distutils_rust distutils_rust: retry on flacky MSVC errors 2021-11-05 16:04:37 -07:00
doc hggit: delete hggit 2021-09-21 13:45:11 -07:00
edenscm prevent hg doctor eden doctor cyclic loop 2021-12-15 14:55:54 -08:00
edenscmnative Upgrade to parking_log 0.11.2 and add feature send_guard 2021-12-15 14:37:44 -08:00
exec third-party/rust: Update anyhow from 1.0.48 to 1.0.51 2021-11-29 14:14:17 -08:00
hgcache_size_logger add hgcache size logger 2020-08-26 04:24:50 -07:00
i18n update draft help page 2021-08-02 15:54:03 -07:00
lib nodemap: indexedlog open => open_with_repair 2021-12-16 12:20:00 -08:00
newdoc notes: add 2019-10 Manifests, Past and Future 2021-03-04 08:52:27 -08:00
pystubs suppress errors in fbcode/eden - batch 1 2021-11-16 12:54:39 -08:00
slides apply black 20.8b1 formatting update 2020-10-14 20:21:52 -07:00
tests metalog: indexedlog open => open_with_repair 2021-12-15 19:04:32 -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 fsprobe: add simple shell script to generate and run fsprobe tests 2021-09-14 19:52:15 -07:00
gen_version.py version: a Rust crate providing version information 2020-05-18 09:00:40 -07:00
hgeditor
Makefile update python to 3.8 2021-11-26 00:02:45 -08:00
README.rst
setup.py fix hg dbsh on windows by updating ipython and prompt_toolkit 2021-12-08 13:42:02 -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.