##// END OF EJS Templates
revset: fix generatorset race condition...
revset: fix generatorset race condition If two things were iterating over a generatorset at the same time, they could miss out on the things the other was generating, resulting in incomplete results. This fixes it by making it possible for two things to iterate at once, by always checking the _genlist at the beginning of each iteration. I was only able to repro it with pending changes from my other commits, but they aren't ready yet. So I'm unable to add a test for now.

File last commit:

r9999:f91e5630 default
r20833:47d43e23 default
Show More
coal-file.png
0 lines | 273 B | image/png | TextLexer
/ mercurial / templates / static / coal-file.png
rendered-image