_iterate_related_revisions gets stuck with duplicate revisions #310
Labels
Milestone
Comments
Michael Bayer (@zzzeek) wrote:
→ dad4be3 |
Michael Bayer (@zzzeek) wrote:
→ 61183b7 |
Changes by Michael Bayer (@zzzeek):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated issue, originally created by Michael Bayer (@zzzeek)
attached test illustrates a complex revision tree, where the _iterate_related_revisions() gets bogged down doing the same nodes over and over again. As only needs to emit unique nodes we need to put a seen set into it:
Attachments: runtest.py
The text was updated successfully, but these errors were encountered: