/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

Register git protocols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
            ret = self._client
149
149
            self._client = None
150
150
            return ret
151
 
        return git.client.TCPGitClient(self._host, self._port, thin_packs=False)
 
151
        return git.client.SSHGitClient(self._host, self._port, thin_packs=False)
152
152
 
153
153
 
154
154
class RemoteGitDir(GitDir):