/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2006-07-19 20:39:33 UTC
  • mfrom: (1869 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1871.
  • Revision ID: john@arbash-meinel.com-20060719203933-0fc9037bdb449761
[merge] bzr.dev 1869

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):