~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-07-13 19:18:49 UTC
  • mfrom: (1793.3.17 bundle-fixes)
  • Revision ID: pqm@pqm.ubuntu.com-20060713191849-c0cbdf94d208fa69
(jam) bug #49182, bundle reader should allow extra text

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
CHANGESET_OLD_HEADER_RE = re.compile(r'^# Bazaar-NG changeset v(?P<version>\d+[\w.]*)\n$')
32
32
 
33
33
 
34
 
_serializers = {} 
 
34
_serializers = {}
35
35
 
36
36
 
37
37
def _get_filename(f):