/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/tests/interrepository_implementations/test_fetch.py

  • Committer: Andrew Bennetts
  • Date: 2009-07-08 02:23:24 UTC
  • mto: (4476.3.44 inventory-delta)
  • mto: This revision was merged to the branch mainline in revision 4608.
  • Revision ID: andrew.bennetts@canonical.com-20090708022324-jka0d4wnu239e7g2
Clean up some more nits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
        # really matters is that the repo can stream the new revision without
167
167
        # the help of any fallback repos.
168
168
        self.assertCanStreamRevision(unstacked_repo, 'merge')
169
 
#        self.assertEqual(
170
 
#            set([('left',), ('right',), ('merge',)]),
171
 
#            unstacked_repo.inventories.keys())
172
169
 
173
170
    def assertCanStreamRevision(self, repo, revision_id):
174
171
        exclude_keys = set(repo.all_revision_ids()) - set([revision_id])