/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 1.13 back to trunk, and move new things in bzr.dev to top of NEWS.

Show diffs side-by-side

added added

removed removed

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