~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/common.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-22 18:37:26 UTC
  • mfrom: (1551.7.5 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20060622183726-70f1e7cb560cf090
Update StrictTestament support and as_sha1 algorithm, bump bundle version

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import bzrlib
7
7
 
8
8
header_str = 'Bazaar revision bundle v'
9
 
version = (0, 7)
 
9
version = (0, 8)
10
10
 
11
11
 
12
12
def get_header():