From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <7d3530220908110937u5531ebb2x694612602c8d4a3b@mail.gmail.com> References: <7d3530220908110937u5531ebb2x694612602c8d4a3b@mail.gmail.com> Date: Tue, 11 Aug 2009 11:19:41 -0700 Message-ID: <7d3530220908111119s3a909ef9q5bddd2057719ac1a@mail.gmail.com> From: John Floren To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Plan 9 hg with private repositories Topicbox-Message-UUID: 41e4f9d4-ead5-11e9-9d60-3106f5b1d025 On Tue, Aug 11, 2009 at 9:37 AM, John Floren wrote: > Hi > > So I'm trying to clone a private repository I just created on > bitbucket. This is what I see: > > jerq% hg clone https://@bitbucket.org/// > destination directory: > http authorization required > realm: Bitbucket.org HTTP > user: > abort: could not import module msvcrt! > > If I try with ssh instead: > jerq% hg -v clone ssh://hg@bitbucket.org/// > running ssh hg@bitbucket.org "hg -R // serve --stdio" > abort: no suitable response from remote hg! > > > Has anyone else tried this? > > John > -- > "Object-oriented design is the roman numerals of computing" -- Rob Pike > On a different note, I just tried "hg pull", which was successful, but "hg update" gives: abort: could not import module mpatch! (did you forget to compile extensions?) Have I screwed up my mercurial installation in some way? John -- "Object-oriented design is the roman numerals of computing" -- Rob Pike