~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/fakevfat.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    which actually stored the files.
65
65
    """
66
66
 
 
67
    def _can_roundtrip_unix_modebits(self):
 
68
        """See Transport._can_roundtrip_unix_modebits()."""
 
69
        return False
 
70
 
67
71
    @classmethod
68
72
    def _get_url_prefix(self):
69
73
        """Readonly transport decorators are invoked via 'vfat+'"""