Closed
Description
After cloning a large Mercurial repository (16K+ commits, 820 heads) using git-remote-hg, running git fetch
is extremely slow. This is the case even when the source repository is local (i.e., on the same machine).
The following two lines are output almost immediately:
searching for changes
no changes found
It then takes between 3-4 minutes before the command finishes.
Cloning the repository takes about 7 minutes. A push to the same repository completes very quickly (under 1 second).