sapling/eden/scm
Muir Manders 2ac1872674 tests: kill test-fb-ext-treemanifest-convertflat.t
Summary: We don't care about flat manifest anymore, and it would be work to update this test to use modern repo format.

Reviewed By: quark-zju

Differential Revision: D42748901

fbshipit-source-id: fd67adf9992b45264a100b5838866ea35d6ad7ff
2023-01-31 12:25:37 -08:00
..
contrib test-dirstate-nonnormalset: remove the test 2023-01-27 15:10:14 -08:00
distutils_rust distutils_rust: drop HOMEBREW_CCCFG env 2022-12-01 12:30:00 -08:00
doc collapse edenscm.mercurial package into edenscm 2022-08-24 13:45:53 -07:00
edenscm status: enable rust status in test-fb-ext-tweakdefaults.t 2023-01-31 12:25:37 -08:00
edenscmnative conch_parser: move Python bindings to bindings module 2023-01-30 10:56:17 -08:00
exec Update tokio-1.21.2 to tokio-1.25.0 2023-01-30 14:49:36 -08:00
ghstack chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
hgcache_size_logger Build for aarch64 in addition to x86_64 2022-08-03 07:09:58 -07:00
i18n docs: clarify help for "-I" and "-X" flags 2022-11-13 23:38:55 -08:00
lib status: enable rust status in test-fb-ext-tweakdefaults.t 2023-01-31 12:25:37 -08:00
newdoc newdoc: remove outdated content 2022-12-01 14:33:34 -08:00
packaging ci: bump python3.11.0 to python3.11.1 (#496) 2023-01-24 12:45:16 -08:00
pystubs collapse edenscm.mercurial package into edenscm 2022-08-24 13:45:53 -07:00
slides collapse edenscm.mercurial package into edenscm 2022-08-24 13:45:53 -07:00
tests tests: kill test-fb-ext-treemanifest-convertflat.t 2023-01-31 12:25:37 -08:00
.editorconfig
.flake8 rebase: do not rebase public commits with -b flag 2022-12-20 13:51:43 -08:00
.gitignore build: fix binary name produced on make oss (#60) 2022-11-04 16:41:43 -07:00
.rustfmt.toml rustfmt: set group_imports to StdExternalCrate 2021-10-19 11:07:24 -07:00
Cargo.toml copytrace: add GitCopyTrace Rust lib 2023-01-27 13:01:54 -08: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 oss: make 'make tests' run Python tests (#458) 2023-01-27 10:44:33 -08:00
README.md migrate README.rst to README.md 2022-07-20 09:19:09 -07:00
setup.py conch_parser: move Python bindings to bindings module 2023-01-30 10:56:17 -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.