[PATCH] largefiles: update lfutil.findoutgoing() discovery method

Matt Harbison matt_harbison at yahoo.com
Mon Oct 8 22:38:15 CDT 2012


Matt Harbison <matt_harbison <at> yahoo.com> writes:

> 
> # HG changeset patch
> # User Matt Harbison <matt_harbison <at> yahoo.com>
> # Date 1349750634 14400
> # Node ID 7a37921f32ff96e82ddc1605bc6506fcf2165194
> # Parent  fa714f3ed2989aff64c267c9935251d9fc4f31ee
> largefiles: update lfutil.findoutgoing() discovery method

> +    outgoing = discovery.findcommonoutgoing(repo, remote, force=force)
> +    return outgoing.missing

Oops.  I misread what 'summary --remote' does- that first line should be
'remote.peer()' instead of 'remote'.  But it seems like it works either way,
even on Linux which will run the http tests in test-largefiles.t.  Can anyone
explain why?

--Matt






More information about the Mercurial-devel mailing list