Bzr fast-import not finding installed Hg
Eli Zaretskii
eliz at gnu.org
Thu Nov 11 10:00:54 GMT 2010
> Date: Thu, 11 Nov 2010 11:51:39 +0200
> From: Alexander Belchenko <bialix at ukr.net>
> CC: bazaar at lists.canonical.com, jalespring at gmail.com
>
> Eli Zaretskii пишет:
> >> Date: Thu, 11 Nov 2010 10:30:49 +0200
> >> From: Alexander Belchenko <bialix at ukr.net>
> >> Cc: bazaar at lists.canonical.com
> >>
> >> IIUC you have installed standalone version of bzr and maybe hg.
> >> To make sure fast-export-from-hg works you have to install python-based
> >> versions of bzr *and* hg. Python-based versions required you to have
> >> installed Python interpreter and some additional libs, e.g. pywin32.
> >
> > Is this required only for import from hg, or in general for
> > fast-import?
>
> This is required only for *export* from hg.
Can one use the standalone hg to produce the export? If so, perhaps
the problem is not as serious as I thought.
> from mercurial import repo,hg,cmdutil,util,ui,revlog,node
> from hg2git import setup_repo,fixup_user,get_branch,get_changeset
> from hg2git import
> load_cache,save_cache,get_git_sha1,set_default_branch,set_origin_name
>
> Those libraries are not part of standalone installer, because it's kinda
> strange (weird?) to ship Bazaar DVCS with another DVCS inside, isn't it?
> Although we ship svn libs inside and nobody complains.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Exactly!
More information about the bazaar
mailing list