-
Committer:
John Arbash Meinel
-
Date:
2007-12-04 19:02:03 UTC
-
mto:
(3377.3.3 find_differences)
-
mto:
This revision was merged to the branch mainline in
revision
3407.
-
Revision ID:
john@arbash-meinel.com-20071204190203-vh8zea8nt8ravz0z
Fix bug #172657, use Graph.find_difference() rather than ancestry set operations.
When showing pending merges, we can figure out what is new, without having to load the entire
ancestry and do a set difference.
This also puts us really close to displaying them properly nested, rather than
using a single depth for all children of a merge.