~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/testament.py

  • Committer: Aaron Bentley
  • Date: 2006-09-21 18:14:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2048.
  • Revision ID: abentley@panoramicfeedback.com-20060921181414-f913391df42bffaf
Bundle 0.9 uses Testament 3 strict

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
        l += {True: ' yes\n', False: ' no\n'}[ie.executable]
211
211
        return l
212
212
 
 
213
 
213
214
class StrictTestament2(StrictTestament):
214
215
    """This testament format is for use as a checksum in bundle format 0.9+
215
216