~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/serializer/v09.py

  • Committer: Aaron Bentley
  • Date: 2006-09-21 22:02:58 UTC
  • mto: This revision was merged to the branch mainline in revision 2048.
  • Revision ID: abentley@panoramicfeedback.com-20060921220258-50026dc4220c8b11
More work on bundles

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    def _testament_sha1(self, revision, inventory):
38
38
        return StrictTestament2(revision, inventory).as_sha1()
39
39
 
 
40
 
40
41
class BundleReaderV09(BundleReader):
41
42
    
42
43
    def _get_info(self):