sapling/eden/scm
Yan Soares Couto 515b5724d8 Add annotations to eden/scm/edenscm/ext/globalrevs.py
Reviewed By: jordanwebster

Differential Revision: D40509213

fbshipit-source-id: 478329cd6049548dfff103d712cc50a88e579f80
2022-10-26 02:30:26 -07:00
..
contrib chg: remove unused Makefile 2022-10-06 13:03:25 -07:00
distutils_rust Add 'make install-oss' and homebrew formula 2022-08-25 17:14:58 -07:00
doc collapse edenscm.mercurial package into edenscm 2022-08-24 13:45:53 -07:00
edenscm Add annotations to eden/scm/edenscm/ext/globalrevs.py 2022-10-26 02:30:26 -07:00
edenscmnative match: add Python binding for build_matcher 2022-10-25 18:43:25 -07:00
exec Prevent APFS volumes incorrectly being counted "stale" 2022-10-21 12:57:55 -07:00
ghstack fix set union operation 2022-10-24 07:54:39 -07:00
hgcache_size_logger Build for aarch64 in addition to x86_64 2022-08-03 07:09:58 -07:00
i18n edenscm: kill "mercurial" package __init__.py 2022-08-24 13:45:53 -07:00
lib config: add a command for showing the config path determined by the config command 2022-10-25 17:15:44 -07:00
newdoc kill hgweb 2022-10-05 12:20:12 -07:00
packaging packaging: fix rpm build warnings on mac 2022-10-13 15:40:14 -07: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 config: add a command for showing the config path determined by the config command 2022-10-25 17:15:44 -07:00
.editorconfig
.flake8 smartlog: use gcaone instead gcaall 2022-10-10 10:10:02 -07:00
.gitignore packaging: add simple debian packager (#126) 2022-08-26 12:45:40 -07:00
.rustfmt.toml rustfmt: set group_imports to StdExternalCrate 2021-10-19 11:07:24 -07:00
Cargo.toml vendor streampager 0.10.3 2022-10-03 09:04:05 -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 kill hgweb 2022-10-05 12:20:12 -07:00
README.md migrate README.rst to README.md 2022-07-20 09:19:09 -07:00
setup.py Re-sync with internal repository 2022-10-25 12:19:26 -07: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.