~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: Aaron Bentley
  • Date: 2007-06-23 05:14:25 UTC
  • mto: (2520.5.2 bzr.mpbundle)
  • mto: This revision was merged to the branch mainline in revision 2631.
  • Revision ID: aaron.bentley@utoronto.ca-20070623051425-xtdjn7z8xsaqah0f
Add get_sha1s to weaves

Show diffs side-by-side

added added

removed removed

Lines of Context:
586
586
        return dict(graph_items)
587
587
 
588
588
    def get_sha1(self, version_id):
589
 
        return get_sha1s([version_id])[0]
 
589
        return self.get_sha1s([version_id])[0]
590
590
 
591
591
    def get_sha1s(self, version_ids):
592
592
        """See VersionedFile.get_sha1()."""