On Mon, 26 Apr 2021 15:02:07 -0400
Scott Palmer <swpal...@gmail.com> wrote:

>   File "C:/dev/opensource/evolve/hgext3rd\evolve\stablesort.py", line 847,
> in _setjumps
>     end = self._index[rev - 1]
> IndexError: array index out of range

There's something fishy going on here because there's an `assert
len(self._index) == rev` at the start of this function that should pass
for this code to be reached. I suggest you file a bug at
https://bz.mercurial-scm.org/ (component: evolution).
_______________________________________________
Evolve-testers mailing list
Evolve-testers@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/evolve-testers

Reply via email to