sapling/eden/scm
Muir Manders 0bdcce807a add: update docstring
Summary:
- Reference .gitignore isntead of .hgignore
- Simplify wording

Reviewed By: bolinfest

Differential Revision: D41222456

fbshipit-source-id: dfbebd671d8616b2e3c30c44f4eae583e4c85a65
2022-11-13 19:24:12 -08: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: update docstring 2022-11-13 19:24:12 -08:00
edenscmnative init: fix "sl init --git" 2022-11-10 16:54:36 -08:00
exec remove use of Rust GitHub GraphQL client 2022-11-07 13:31:12 -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 edenscm: kill "mercurial" package __init__.py 2022-08-24 13:45:53 -07:00
lib Reviewed By: zertosh 2022-11-11 05:33:18 -08:00
newdoc kill hgweb 2022-10-05 12:20:12 -07:00
packaging change root folder of Windows .zip to Sapling 2022-11-08 18:46:03 -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 add: update docstring 2022-11-13 19:24:12 -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 version: add setup_with_version.py wrapper script 2022-11-04 11:57:32 -07:00
setup.py version: use SAPLING_VERSION as version if provided 2022-11-04 17:50:50 -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.