/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/fetch.py

  • Committer: Andrew Bennetts
  • Date: 2009-02-26 08:30:34 UTC
  • mto: This revision was merged to the branch mainline in revision 4061.
  • Revision ID: andrew.bennetts@canonical.com-20090226083034-exogvcdjxu7xf8lc
Quick fix for 'null: not in present in ...' bug when pushing via HPSS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
    def get_stream(self, search, pp):
173
173
        phase = 'file'
174
174
        revs = search.get_keys()
 
175
        revs = revs.difference([NULL_REVISION])
175
176
        graph = self.from_repository.get_graph()
176
177
        revs = list(graph.iter_topo_order(revs))
177
178
        data_to_fetch = self.from_repository.item_keys_introduced_by(