26
26
* Avoid muttering every time a child update does not cause a progress bar
27
27
update. (John Arbash Meinel, #213771)
29
32
* Severe performance degradation in fetching from knit repositories to
30
33
knits and packs due to parsing the entire revisions.kndx on every graph
31
34
walk iteration fixed by using the Repository.get_graph API. There was