sapling/eden/hg-server
Thomas Orozco 8c83bd9a1c third-party/rust: update Tokio to 1.7.1
Summary: There is a regression in 1.7.0 (which we're on at the moment) so we might as well update.

Reviewed By: zertosh, farnz

Differential Revision: D29358047

fbshipit-source-id: 226393d79c165455d27f7a09b14b40c6a30d96d3
2021-06-25 06:17:41 -07:00
..
contrib server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
distutils_rust server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
doc server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
edenscm Add myparenttags 2021-05-12 08:20:53 -07:00
edenscmnative rust: revert zstd crates 2021-06-11 04:39:54 -07:00
exec server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
hgcache_size_logger server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
i18n server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
lib third-party/rust: update Tokio to 1.7.1 2021-06-25 06:17:41 -07:00
newdoc server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
pystubs server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
slides server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
tests update globset from 0.4.5 to 0.4.7 2021-06-15 15:47:49 -07:00
.editorconfig server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
.flake8 server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
.gitignore server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
COPYING server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
gen_version.py server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
hgeditor server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
Makefile server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
README.rst server: copy hg to a new hg-server directory 2021-04-09 10:09:06 -07:00
setup3.py lib: remove unused C code 2021-04-29 14:45:12 -07:00
setup.py lib: remove unused C code 2021-04-29 14:45:12 -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.