Convert bzr
Giorgos Keramidas
gkeramidas at gmail.com
Sun Dec 16 14:08:27 UTC 2012
On Sat, 15 Dec 2012 19:37:06 -0800, Adrian Klaver <adrian.klaver at gmail.com> wrote:
> On 12/15/2012 07:03 PM, Giorgos Keramidas wrote:
>> Στις 16/12/2012 12:58 πμ, ο/η Adrian Klaver έγραψε:
>>> I am trying to use the convert extension to create a hg repository
>>> from a bzr one. The convert runs and creates a new directory with
>>> the .hg subdirectory. There is no working directory though, even
>>> after doing hg update. Any suggestions.
>>
>> Does 'hg log' show any changesets at all?
>
> It shows changesets.
So something _was_ converted. It's possible that the conversion script
was interrupted abruptly, and it left the dirstate of the working
directory in a messed up state.
Can you try specifying the 'tip' version and updating with --clean to
that version?
cd aws_hg
hg update --clean tip
If that doesn't work, please post the output of 'hg parents' and the
output of 'hg debugcheckstate' too.
Cheers,
Giorgos
More information about the Mercurial
mailing list