/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 remote.py

Provide views.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        (self._host, self._port) = urllib.splitnport(hostport, git.protocol.TCP_GIT_PORT)
57
57
        self._client = _client
58
58
 
 
59
    def has(self, relpath):
 
60
        return False
 
61
 
59
62
    def _get_client(self):
60
63
        if self._client is not None:
61
64
            ret = self._client