Better performance than before the fix.
* bzrlib/branch.py:
(Branch._filter_non_ancestors): We only want the parents, no need
for the full revision. That's enough to become faster than without
the fix (on the other hand, we produce less revisions so that was
expected).