sapling/eden/hg-server
Qinfan Wu dbac51105d Fix broken builds caused by rand upgrade
Summary:
A previous commit updated `rand` from 0.7 to 0.8. One breaking change introduced was that `Alphanumeric` now samples `u8` instead of `char`.

See https://docs.rs/rand/0.7.3/rand/distributions/struct.Alphanumeric.html and https://docs.rs/rand/0.8.4/rand/distributions/struct.Alphanumeric.html.

Reviewed By: bolinfest

Differential Revision: D31298553

fbshipit-source-id: 5d0d588550f17bac5ca4788748ec3f873398bf35
2021-09-29 23:09:58 -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 Fix incorrect fburl in jf/eden phabricator graphQL utils 2021-08-26 01:00:46 -07:00
edenscmnative update rand and quickcheck 2021-09-29 13:59:49 -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 Fix broken builds caused by rand upgrade 2021-09-29 23:09:58 -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 tests: fix broken test output 2021-09-13 09:33:44 -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.