Clone status extension
anatoly techtonik
techtonik at gmail.com
Wed Apr 2 08:06:16 UTC 2014
On Wed, Apr 2, 2014 at 7:53 AM, Pierre-Yves David
<pierre-yves.david at ens-lyon.org> wrote:
> On 04/01/2014 09:17 PM, anatoly techtonik wrote:
>> On Wed, Apr 2, 2014 at 1:25 AM, Matt Mackall <mpm at selenic.com> wrote:
>>>
>>> hg log -r 'not ::tip' -q | wc
>>
>>
>> This won't work on Windoze - needs "" and no wc. So, there is no way to
>> implement an incremental download of changesets in chunks over unreliable
>> connection. Right? I'd prefer to download in 1-10Mb chunks.
>
>
> You can give a shot to this hack.
>
> Otherwise we can build something with … bundle2
Something incremental/adaptive would be nice. If bundle format is streamed and
applied incrementally, the operation won't be atomic anymore, so it should
probably by a compressed sync format that supports resume.
--
anatoly t.
More information about the Mercurial
mailing list