sapling/eden/scm
Steven Troxler 09c0c04351 Convert type comments for eden
Summary:
Convert type comments to type annotations.

Produced by running:
```
python -m  libcst.tool codemod convert_type_comments.ConvertTypeComment eden
```
from a parent directory

Reviewed By: shannonzhu

Differential Revision: D34110680

fbshipit-source-id: 23081a8867b93cd349271075428176af514efa2b
2022-02-10 08:48:35 -08:00
..
contrib checkcode: remove old-style class check 2022-01-20 10:21:48 -08:00
distutils_rust codemod: update license headers 2022-01-05 14:43:32 -08:00
doc codemod: update license headers 2022-01-05 14:43:32 -08:00
edenscm Convert type comments in scm/edenscm/hgext 2022-02-09 14:29:43 -08:00
edenscmnative remove generated thrift code and fix external CI (#26) 2022-02-09 12:21:32 -08:00
exec remove generated thrift code and fix external CI (#26) 2022-02-09 12:21:32 -08:00
hgcache_size_logger codemod: update license headers 2022-01-05 14:43:32 -08:00
i18n codemod: update license headers 2022-01-05 14:43:32 -08:00
lib snapshot: remove existing file before writing symlink 2022-02-09 12:32:57 -08:00
newdoc fix a couple of typos 2022-01-10 16:13:22 -08:00
pystubs codemod: update license headers 2022-01-05 14:43:32 -08:00
slides codemod: update license headers 2022-01-05 14:43:32 -08:00
tests Convert type comments for eden 2022-02-10 08:48:35 -08:00
.editorconfig
.flake8 debugrebuildchangelog: support rebuild with lazy segmented changelog 2021-05-26 19:00:01 -07:00
.gitignore gitignore: track Makefile under scm 2021-03-04 08:52:27 -08:00
.rustfmt.toml rustfmt: set group_imports to StdExternalCrate 2021-10-19 11:07:24 -07:00
Cargo.toml remove generated thrift code and fix external CI (#26) 2022-02-09 12:21:32 -08:00
COPYING
fsprobe.sh codemod: update license headers 2022-01-05 14:43:32 -08:00
gen_version.py codemod: update license headers 2022-01-05 14:43:32 -08:00
hgeditor
Makefile move autocargo up one level (#101) 2022-02-08 06:07:52 -08:00
README.rst
setup.py remove generated thrift code and fix external CI (#26) 2022-02-09 12:21:32 -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.