"hg up" hangs on a simple test case

TK Soh teekaysoh at gmail.com
Mon Apr 16 11:58:29 CDT 2007


On 4/16/07, Sergey Dolgov <solkaa at gmail.com> wrote:
> Hi,
>
> I'm playing with mercurial and observing the following:
>
> $ hg clone http://selenic.com/repo/hg             # could be any repo
> $ cd hg
> $ hg up 1000
> $ hg up
>
> The last command then never returns, eating 100% CPU time. However,

I confirmed this 'hangup' with crew repo:

    % hg up --debug
    resolving manifests
     overwrite False partial False
     ancestor 3362b410c219 local 3362b410c219+ remote 35ad84669ca5
    ^Cinterrupted!


More information about the Mercurial mailing list