~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-26 03:06:52 UTC
  • mfrom: (3287.5.10 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080326030652-vgwdkwda9mi8s200
Deprecate VersionedFile.get_parents. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
        vf = self._revision_store.get_revision_file(self.get_transaction())
270
270
        return vf
271
271
 
272
 
    def _get_history_vf(self):
273
 
        """Get a versionedfile whose history graph reflects all revisions.
274
 
 
275
 
        For knit repositories, this is the revision knit.
276
 
        """
277
 
        return self._get_revision_vf()
278
 
 
279
272
    def has_revisions(self, revision_ids):
280
273
        """See Repository.has_revisions()."""
281
274
        result = set()