optimizationmercurialdefragmentation

Can I optimize a Mercurial clone?


My Mercurial clone has become incredibly slow, presumably due to on-disk fragmentation. Is there a way to optimize it?

The obvious way it to make a new clone, then copy my MQ, saved bundles, hgrc, etc, to the new clone and delete the old one. But it seems like someone might have run into this problem before and made an extension to do it?


Solution

  • I deleted the repo and recloned, and that improved performance.