fastimport on hg 1.3 error

Greg Ward greg-hg at gerg.ca
Fri Jul 10 13:52:44 CDT 2009


On Thu, Jul 9, 2009 at 11:48 AM, Philippe De Muyter<phdm at macqel.be> wrote:
> Hi Greg,
>
> after upgrading hg to 1.3.1, here is what I get from
>
>        hg fastimport /tmp/gitrepo.fastexport
>
> ** unknown exception encountered, details follow
> ** report bug details to http://mercurial.selenic.com/bts/
> ** or mercurial at selenic.com
> ** Mercurial Distributed SCM (version 1.3)
> ** Extensions loaded: fastimport, convert
[...]
>  File "/archives/programs/external/hg/hg-fastimport/hgfastimport/__init__.py", line 39, in fastimport
>    c.convert()
> TypeError: convert() takes exactly 2 arguments (1 given)

Oops!  Sorry, fixed now.  Please pull from the hg-fastimport repo to
get the fix (http://vc.gerg.ca/hg/hg-fastimport/rev/b027552d517b).

I've also (I hope) improved the setup instructions in README.txt.

And I'm working on rearranging the code so that setup should be easier.

Greg



More information about the Mercurial mailing list