sapling/eden/scm
Zhaolong Zhu be0cf2d597 github: rename 'GitHubCLIEndpoint.graphql' to 'GitHubCLIEndpoint.graphql_sync'
Summary:
I will add an async method `graphql` for `GitHubCLIEndpoint` later, so users can use it instead of low level async `make_request`. In order to do that, we need to rename current `graphql` to `graphql_sync`

This change is to keep the API same with [graphql-core library](https://fburl.com/nszrxh2m)

Reviewed By: bolinfest

Differential Revision: D41818265

fbshipit-source-id: 8aa0be9a4ac3a7b977069dabcd075187d3735226
2022-12-09 08:58:10 -08:00
..
contrib chg: use new server if the client has higher RLIMIT_NOFILE 2022-11-21 15:17:34 -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 github: rename 'GitHubCLIEndpoint.graphql' to 'GitHubCLIEndpoint.graphql_sync' 2022-12-09 08:58:10 -08:00
edenscmnative scmstore: replace bool local_only with FetchMode 2022-12-01 16:05:36 -08:00
exec Add lazy-initialized ApfsUtil::global() using OnceCell 2022-12-01 12:25:05 -08:00
ghstack github: rename 'GitHubCLIEndpoint.graphql' to 'GitHubCLIEndpoint.graphql_sync' 2022-12-09 08:58:10 -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 make it possible to access Mononoke repos with slashes in their names 2022-12-08 06:43:09 -08:00
newdoc newdoc: remove outdated content 2022-12-01 14:33:34 -08:00
packaging bump homebrew formula template for Sapling to 3.11 2022-12-08 11:34:26 -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 dates support for hg cloud log 2022-12-09 03:51:57 -08:00
.editorconfig Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
.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 control-point: add crate for reproducing race conditions 2022-11-28 13:35:24 -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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
Makefile setup: merge setup*.py back to setup.py 2022-12-01 12:30:00 -08:00
README.md migrate README.rst to README.md 2022-07-20 09:19:09 -07:00
setup.py disambiguate "version" (#298) 2022-12-05 17:15:47 -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.