/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/transport/http/wsgi.py

Merge up bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
 
145
145
        if adjusted_relpath.startswith('/'):
146
146
            adjusted_relpath = adjusted_relpath[1:]
147
 
        assert not adjusted_relpath.startswith('/')
 
147
        if adjusted_relpath.startswith('/'):
 
148
            raise AssertionError(adjusted_relpath)
148
149
 
149
150
        transport = self.backing_transport.clone(adjusted_relpath)
150
151
        out_buffer = StringIO()