On Tue, Aug 11, 2009 at 9:37 AM, John Floren<slawmas...@gmail.com> 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://<username>@bitbucket.org/<username>/<repo>/
> destination directory: <repo>
> http authorization required
> realm: Bitbucket.org HTTP
> user: <username>
> abort: could not import module msvcrt!
>
> If I try with ssh instead:
> jerq% hg -v clone ssh://h...@bitbucket.org/<username>/<repo>/
> running ssh h...@bitbucket.org "hg -R <username>/<repo>/ 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

Reply via email to