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

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
            raise errors.BzrError('Failed index creation. Internal error:'
220
220
                ' mismatched output length and expected length: %d %d' %
221
221
                (len(result.getvalue()), expected_bytes))
222
 
        return StringIO(''.join(lines))
 
222
        return result
223
223
 
224
224
 
225
225
class GraphIndex(object):