Convert bzr

Adrian Buehlmann adrian at cadifra.com
Sun Dec 16 07:48:16 UTC 2012


On 2012-12-16 00:58, Adrian Klaver wrote:
> Mercurial version 2.4.1
> 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.

What says "hg verify"?

You haven't shown us the output of the update command (with --debug
might be useful).

What says "hg summary"? And "hg status"?

If the dirstate has a problem [1][2], it could possibly be fixed with a

  hg clone --pull <path-to-orig-repo> <path-for-new-clone>

[1] http://mercurial.selenic.com/wiki/DirState
[2]
http://mercurial.selenic.com/wiki/RepositoryCorruption#Dirstate_corruption



More information about the Mercurial mailing list