/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/repository_implementations/test_check_reconcile.py

  • Committer: Andrew Bennetts
  • Date: 2008-04-02 00:14:00 UTC
  • mfrom: (3324 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3756.
  • Revision ID: andrew.bennetts@canonical.com-20080402001400-r1pqse38i03dl97w
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
                    "Format does not support text parent reconciliation")
115
115
 
116
116
    def file_parents(self, repo, revision_id):
117
 
        return tuple(repo.weave_store.get_weave('a-file-id',
118
 
            repo.get_transaction()).get_parents(revision_id))
 
117
        return repo.weave_store.get_weave('a-file-id',
 
118
            repo.get_transaction()).get_parent_map([revision_id])[revision_id]
119
119
 
120
120
    def assertFileVersionAbsent(self, repo, revision_id):
121
121
        self.assertFalse(repo.weave_store.get_weave('a-file-id',