sapling/eden/scm
Liubov Dmitrieva 96e6e0ed72 add new command to provide state of commit cloud workspace in
Summary:
add `debugcloudstatus` command

this command is to be used by automation, for example, on demand to get a name
of commit cloud workspace

currently they have to parse the name from the text output of the `hg cloud status` but providing json output is less error prune.

Reviewed By: quark-zju

Differential Revision: D45227570

fbshipit-source-id: 9e1a67edcefa7a2f7f11c7a80e99d061e5ca4bad
2023-04-25 02:19:02 -07:00
..
contrib nodeipc: fix compatibility with chg 2023-04-24 08:14:57 -07:00
distutils_rust distutils_rust: fix Windows detection 2023-03-16 16:50:14 -07:00
doc collapse edenscm.mercurial package into edenscm 2022-08-24 13:45:53 -07:00
edenscm add new command to provide state of commit cloud workspace in 2023-04-25 02:19:02 -07:00
edenscmnative copytrace: separate find_renames from copytrace trait 2023-04-20 14:39:22 -07:00
exec switch env_logger to 0.10 2023-04-05 14:02:08 -07:00
ghstack upgrade pyre version in fbcode/eden - batch 1 2023-03-28 23:22:23 -07: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 copytracing: sort the potential renamed-to files by path similarity 2023-04-21 20:28:27 -07:00
newdoc newdoc: remove outdated content 2022-12-01 14:33:34 -08:00
packaging bump macOS python CI to 3.11.3 (#605) 2023-04-18 10:12:23 -07:00
pystubs upgrade pyre version in fbcode/eden - batch 1 2023-02-06 11:55:20 -08:00
slides collapse edenscm.mercurial package into edenscm 2022-08-24 13:45:53 -07:00
tests copytrace: make find_renames return early when found the target rename 2023-04-20 14:39:22 -07:00
.editorconfig
.flake8 localrepo: expose tonodes in dageval 2023-03-06 10:23:37 -08:00
.gitignore git: respect 'default-push' path if present (#469) 2023-02-17 12:04:00 -08:00
.rustfmt.toml rustfmt: set group_imports to StdExternalCrate 2021-10-19 11:07:24 -07:00
Cargo.toml sampling: move sampling config to separate crate 2023-04-04 17:57:02 -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 getdeps: remove test-getdeps from Sapling manifest (#4373) 2023-03-21 13:04:28 -07:00
README.md migrate README.rst to README.md 2022-07-20 09:19:09 -07:00
setup.py chg: don't crash when user has more than 16 groups on macOS (#573) 2023-03-28 16:29:42 -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.