Skip to content
Snippets Groups Projects
Pierre-Yves David's avatar
Pierre-Yves David authored
The point of the test is to check the strategy sparse-revlog uses to pick delta
base. If we trust the bases used in the bundle, we no longer fully test this
logic.

In order to force this computation we have to use the side effect of a legacy
format configuration `format.generaldelta`.  The lack of a more official way to
do so will be fixed in a later changeset.
c59987ab
History

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.