Skip to content
Snippets Groups Projects
Gregory Szorc's avatar
Gregory Szorc authored
This feature is broken and doesn't work properly in all scenarios.
e.g. if we have the following DAGs:

client      server
            D draft
C draft     C draft
B draft     B public
A public    A public

The current code would only send the phase data for C. The
client wouldn't see that B moved from draft to public.

This feature will be restored in a future commit. For now, it is
making refactoring of how revisions are specified in the wire protocol
a bit difficult...

Differential Revision: https://phab.mercurial-scm.org/D4978
6c424096
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.