/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

Default to using global user id rather than making one up.

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
 
 
100
97
    def has(self, relpath):
101
98
        return False
102
99