~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Robert Collins
  • Date: 2006-02-28 08:27:59 UTC
  • mto: (1594.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: robertc@robertcollins.net-20060228082759-d082181cb6fa27e5
First cut at including the knit implementation of versioned_file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    @needs_read_lock
54
54
    def _all_possible_ids(self):
55
55
        """Return all the possible revisions that we could find."""
56
 
        return self.get_inventory_weave().names()
 
56
        return self.get_inventory_weave().versions()
57
57
 
58
58
    @needs_read_lock
59
59
    def all_revision_ids(self):