[Python-apps-team] Bug#756018: mercurial: "hg clone" hangs after "adding changesets"

Vincent Lefevre vincent at vinc17.net
Thu Aug 14 09:51:32 UTC 2014


On 2014-08-14 09:38:05 +0200, Pierre-Yves David wrote:
> O Fri, Jul 25, 2014 at 03:22:05PM +0200, Vincent Lefevre wrote:
> > $ hg clone http://dev.mutt.org/hg/mutt
> > destination directory: mutt
> > requesting all changes
> > adding changesets
> > 
> > Then hg is hanging. The CPU, disk and network activity is very low.
> 
> Looks like the network died.

Perhaps, but in this case, there should be a timeout and an error
message.

In case the network didn't completely die, hg could also give progress
information (see what curl and apt-get do, for instance) and tell how
many seconds (when this is large enough) since it last received data
(a bit like mosh).

Giving absolutely no information is bad for the user, who cannot know
what to do: Wait? Abort?

> Can you try again with --debug?

Unfortunately I can't reproduce the problem.

-- 
Vincent Lefèvre <vincent at vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



More information about the Python-apps-team mailing list