~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/store/__init__.py

[merge] robert

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
        else:
235
235
            path = [fileid]
236
236
        path.extend(suffixes)
237
 
        return '.'.join(path)
 
237
        return transport.urlescape('.'.join(path))
238
238
 
239
239
    def __repr__(self):
240
240
        if self._transport is None: