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

merge bzr.dev r4164

Show diffs side-by-side

added added

removed removed

Lines of Context:
1846
1846
                size = None
1847
1847
                executable = None
1848
1848
            if kind == 'symlink':
1849
 
                link_or_sha1 = os.readlink(limbo_name)
 
1849
                link_or_sha1 = os.readlink(limbo_name).decode(osutils._fs_enc)
1850
1850
        if supports_executable():
1851
1851
            executable = tt._new_executability.get(trans_id, executable)
1852
1852
        return kind, size, executable, link_or_sha1