/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

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
        self._ensure_relpath_is_child(relpath)
90
90
        return TransportDecorator.get_bytes(self, relpath)
91
91
 
92
 
    def get(self, relpath):
93
 
        self._ensure_relpath_is_child(relpath)
94
 
        return TransportDecorator.get(self, relpath)
95
 
 
96
92
    def has(self, relpath):
97
93
        self._ensure_relpath_is_child(relpath)
98
94
        return TransportDecorator.has(self, relpath)