~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

Rename supports_unix_modebits to _can_roundtrip_unix_modebits for clarity

Show diffs side-by-side

added added

removed removed

Lines of Context:
609
609
        """Return true if this connection cannot be written to."""
610
610
        return False
611
611
 
612
 
    def supports_unix_modebits(self):
 
612
    def _can_roundtrip_unix_modebits(self):
613
613
        """Return true if this transport can store and retrieve unix modebits.
614
614
 
615
615
        (For example, 0700 to make a directory owner-private.)