/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

ImplementĀ GitSmartTransport.external_url().

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
        (self._host, self._port) = urllib.splitnport(hostport, None)
95
95
        self._client = _client
96
96
 
 
97
    def external_url(self):
 
98
        return self.base
 
99
 
97
100
    def has(self, relpath):
98
101
        return False
99
102