~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/fakevfat.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-22 02:49:17 UTC
  • mfrom: (2671.3.10 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070822024917-nw7dh478y4d8cjeg
(robertc) Add two new transport methods to help pack repositories, get_recommended_page_size and open_write_stream. (Robert Collins).

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