/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/transport/chroot.py

  • Committer: Andrew Bennetts
  • Date: 2008-04-02 00:14:00 UTC
  • mfrom: (3324 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3756.
  • Revision ID: andrew.bennetts@canonical.com-20080402001400-r1pqse38i03dl97w
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
    def has(self, relpath):
117
117
        return self._call('has', relpath)
118
118
 
 
119
    def is_readonly(self):
 
120
        return self.server.backing_transport.is_readonly()
 
121
 
119
122
    def iter_files_recursive(self):
120
123
        backing_transport = self.server.backing_transport.clone(
121
124
            self._safe_relpath('.'))