/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/graph.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-07-07 08:34:51 UTC
  • mfrom: (3517.4.2 annotate)
  • Revision ID: pqm@pqm.ubuntu.com-20080707083451-33s2p0jaawgzkyfk
(mbp, for robertc) simple annotation on stacked knits

Show diffs side-by-side

added added

removed removed

Lines of Context:
1228
1228
        parent_map = self._parents_provider.get_parent_map(revisions)
1229
1229
        found_revisions.update(parent_map)
1230
1230
        for rev_id, parents in parent_map.iteritems():
 
1231
            if parents is None:
 
1232
                continue
1231
1233
            new_found_parents = [p for p in parents if p not in self.seen]
1232
1234
            if new_found_parents:
1233
1235
                # Calling set.update() with an empty generator is actually