[PATCH 0 of 9] shallow clone patches

Vishakh H vsh426 at gmail.com
Tue Jul 6 10:46:59 UTC 2010


resending redone shallow clone patches.

The shallow clone created allows most operations,
even some that should fail (hg up unavailablenode).
but thats because the clone is not aware of its shallow
nature. 

its also very sloW since it uses changegroupsubset. it
can be sped up by collecting the nodes needed using
_changegroup, at the cost of having some redundant code.


More information about the Mercurial-devel mailing list