fast-export icon indicating copy to clipboard operation
fast-export copied to clipboard

A mercurial to git converter using git-fast-import

Results 15 fast-export issues
Sort by recently updated
recently updated
newest added

We have a lot of changeset hashes in a commit message to link from one commit to another commit. If we convert from hg to git the hashes are invalid....

user-support
patch-exists

As mentioned on issue #275, here's a plugin that adds the hg hash to the end of the git commit message.

waitng-for-new-revision

Assuming a plugin that takes a single option, at the moment it is not possible to distinguish between the empty string and no option. Example: --plugin PluginName=foo # opts is...

I have successfully run the hg-fast-import command as below command run from the git repo: "path where sh file is~\hg-fast-export.sh" -r "repo for the hg" This is the result fast-import...

user-support
wintendo
not-available-to-maintainer

It seems mercurial's largefiles ignored during export to git with hg-fast-export. Should I do convert to normal (without largefile) repository, or there is another option exists? hg lfconvert --to-normal current_repo...

feature-request
contribution-required
patches-welcome

Hi! We are trying to convert hg subrepos to git submodules using the fast-export submodule feature. But the script is complaining that we don’t have defined all submodules in the...

user-support

The export process results in all named branches in mercurial being created as open branches in git, whether they are currently open or closed in mercurial. Ideally the closedness of...

feature-request
contribution-required

Description: I had had migrated a Mercurial repository with submodules to git. Then team pushed new changes to the Mercurial so I had to re-import it to git. Unfortunately I...

contribution-required

Please see attached an example repo and mapping file that cannot be converted with the given submodule mapping technique. Top level repo is srt_ambiguous. In v1 and v2 branches there...

verified-bug
contribution-required

HG bookmarks are effectively the same thing as Git feature branches, while HG branches are a very different beast, much less useful IMHO. Therefore it would be useful if fast-export...

feature-request
contribution-required