[issue2738] Restartability of hung-up, well, clone's

Steffen Daode Nurpmeso bugs at mercurial.selenic.com
Tue Mar 29 11:48:42 UTC 2011


New submission from Steffen Daode Nurpmeso <sdaoden at gmail.com>:

I've got a noisy radio connection and nothing else.
I would be *very* lucky if things like this:


13:14 ~/arena/code.extern.repos $ hg clone 
http://hg.python.org/features/email6 cpython-email6.hg
requesting all changes
adding changesets
adding manifests                                                                                                                                           
adding file changes                                                                                                                                        
files 8034/9068 53s4s  <- Delay of 25 minutes
transaction abort!     <- Then ^C                                                                                                                                   
rollback completed                                                                                                                                         
interrupted!
13:41 ~/arena/code.extern.repos $


would be restartable, e.g.

    interrupted!
    Use --restartable --bundledir on BUNDLEDIR-SPEC to retry clone

Yet *all* the downloaded data is gone, and that hurts if you talk
about hundreds of megabytes and you do have a traffic limit!
Or do you have any suggestion how i can simulate this behaviour
with the current implementation?
Thank you!

----------
messages: 15880
nosy: sdaoden
priority: feature
status: unread
title: Restartability of hung-up, well, clone's

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2738>
____________________________________________________


More information about the Mercurial-devel mailing list