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

Merge http-leaks into smart-server-leaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
331
331
                try:
332
332
                    name, value = info_item.split(':', 1)
333
333
                except ValueError:
334
 
                    raise 'Value %r has no colon' % info_item
 
334
                    raise ValueError('Value %r has no colon' % info_item)
335
335
                if name == 'last-changed':
336
336
                    last_changed = value
337
337
                elif name == 'executable':