[PATCH 07 of 10 V3] discovery: add a `iscomplete` method to the `partialdiscovery` object

Yuya Nishihara yuya at tcha.org
Thu Jan 10 06:59:09 EST 2019


On Fri, 04 Jan 2019 23:45:26 +0100, Boris Feld wrote:
> # HG changeset patch
> # User Boris Feld <boris.feld at octobus.net>
> # Date 1545964783 -3600
> #      Fri Dec 28 03:39:43 2018 +0100
> # Node ID 337d8bcf6807c2e0c21771851fe960218c1a9fd2
> # Parent  b9f78a736cf666a008de914ab30ff84c4a9c973e
> # EXP-Topic discovery-refactor
> # Available At https://bitbucket.org/octobus/mercurial-devel/
> #              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r 337d8bcf6807
> discovery: add a `iscomplete` method to the `partialdiscovery` object

Queued the remainder patches, thanks.

> +    def iscomplete(self):
> +        """True is all the necessary data have been gathered"""

s/True is/True if/. Fixed in flight.


More information about the Mercurial-devel mailing list