sapling/eden/scm
generatedunixname89002005307016 6215eee700 Add annotations to eden/scm/edenscm/lock.py
Reviewed By: yancouto

Differential Revision: D41265077

fbshipit-source-id: 0d639b8bfc8b89c883f2a17f1948031ccf1f38ff
2022-11-15 03:34:50 -08:00
..
contrib docs: clarify help for "-I" and "-X" flags 2022-11-13 23:38:55 -08:00
distutils_rust add a mechanism for cross-compiling for macOS 2022-11-14 11:23:28 -08:00
doc collapse edenscm.mercurial package into edenscm 2022-08-24 13:45:53 -07:00
edenscm Add annotations to eden/scm/edenscm/lock.py 2022-11-15 03:34:50 -08:00
edenscmnative pyindexedlog: complete binding features 2022-11-14 18:16:06 -08:00
exec py3: remove python3 crate feature 2022-11-14 18:14:03 -08:00
ghstack ghstack: fix stdout check in sapling_land 2022-11-09 16:23:53 -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 update various command aliases and synopses 2022-11-14 22:21:54 -08:00
newdoc kill hgweb 2022-10-05 12:20:12 -07:00
packaging init: fix init --git 2022-11-14 17:29:52 -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 update various command aliases and synopses 2022-11-14 22:21:54 -08:00
.editorconfig
.flake8 smartlog: use gcaone instead gcaall 2022-10-10 10:10:02 -07: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 remove use of Rust GitHub GraphQL client 2022-11-07 13:31:12 -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 support make oss RUST_DEBUG=1 2022-11-07 12:33:58 -08:00
README.md migrate README.rst to README.md 2022-07-20 09:19:09 -07:00
setup_utils.py version: add setup_with_version.py wrapper script 2022-11-04 11:57:32 -07:00
setup_with_version.py add a mechanism for cross-compiling for macOS 2022-11-14 11:23:28 -08:00
setup.py py3: remove python3 crate feature 2022-11-14 18:14:03 -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.