"comparing with other", push / pull slow.

Bryan Murdock bmurdock at gmail.com
Wed May 4 15:00:51 UTC 2016


On Tue, May 3, 2016 at 10:56 PM, John Carter <john.carter at taitradio.com> wrote:
> So I have just started using evolve.
>
> I'm finding push and pull to remote repo frustratingly slow as is counts
> it's way through all the changesets in the repo.
>
> Is there any trick I can play to avoid or reduce the dread "comparing with
> other" count?

Not sure what causes that slowdown, but if you have a lot of hidden
changesets (because you have done a lot of rebasing, amending,
folding, etc) and you thinking getting rid of them will help, you can
strip all those out of your history with this command:

hg strip --hidden -r 'obsolete()'

That will create a backup bundle of everything that it removes, so
it's not dangerous to run it.

Bryan



More information about the Evolve-testers mailing list