/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: Andrew Bennetts
  • Date: 2009-02-27 02:24:55 UTC
  • mto: This revision was merged to the branch mainline in revision 4061.
  • Revision ID: andrew.bennetts@canonical.com-20090227022455-l2tpnkno6zqg5pgg
Fix some nits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1415
1415
                    stop_parents.add(rev_id)
1416
1416
            self._next_query.difference_update(stop_parents)
1417
1417
        self._stopped_keys.update(stopped)
1418
 
        #self._stopped_keys.update(revisions - set([revision.NULL_REVISION]))
1419
1418
        self._stopped_keys.update(revisions)
1420
1419
        return stopped
1421
1420