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

Merge thin-pack work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
                    self.source.name, heads.keys()))
210
210
            head = heads[self.source.name]
211
211
            self._last_revid = self.source.mapping.revision_id_foreign_to_bzr(head)
212
 
            if not self.target.repository.has_revision(self._last_revid):
 
212
            if self.target.repository.has_revision(self._last_revid):
213
213
                return []
214
214
            return [head]
215
215
        interrepo.fetch_objects(determine_wants, self.source.mapping)