~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/fakevfat.py

  • Committer: Robert Collins
  • Date: 2007-08-15 06:53:07 UTC
  • mto: This revision was merged to the branch mainline in revision 2741.
  • Revision ID: robertc@robertcollins.net-20070815065307-8xwdhnm2qmpi5nk2
Review feedback and fix VFat emulated transports to not claim to have unix permissions.

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+'"""