/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/__init__.py

  • Committer: Andrew Bennetts
  • Date: 2008-09-16 00:35:25 UTC
  • mfrom: (3708 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3709.
  • Revision ID: andrew.bennetts@canonical.com-20080916003525-j2g6u6zp3o96p30x
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
            return directive, transport
83
83
        else:
84
84
            return _serializer.read_bundle(f), transport
 
85
    except errors.ConnectionReset:
 
86
        raise
85
87
    except (errors.TransportError, errors.PathError), e:
86
88
        raise errors.NotABundle(str(e))
87
89
    except (IOError,), e: