~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Robert Collins
  • Date: 2006-03-03 03:09:07 UTC
  • mto: (1594.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: robertc@robertcollins.net-20060303030907-6af33664f8791e78
Move responsibility for repository.has_revision into RevisionStore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1367
1367
        self.pb.update('loading revision',
1368
1368
                       len(self.revisions),
1369
1369
                       len(self.known_revisions))
1370
 
        if not self.branch.repository.revision_store.has_id(rev_id):
 
1370
        if not self.branch.repository.has_revision(rev_id):
1371
1371
            self.pb.clear()
1372
1372
            self.pb.note('revision {%s} not present in branch; '
1373
1373
                         'will be converted as a ghost',