/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/smart/protocol.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
            raise errors.SmartProtocolError("bad response %r" % (resp,))
341
341
 
342
342
 
343