/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

Trivial cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
            ret = self._client
162
162
            self._client = None
163
163
            return ret
164
 
        return git.client.TCPGitClient(self._host, self._port, thin_packs=thin_packs,
165
 
            report_activity=self._report_activity)
 
164
        return git.client.TCPGitClient(self._host, self._port,
 
165
            thin_packs=thin_packs, report_activity=self._report_activity)
166
166
 
167
167
 
168
168
class SSHGitSmartTransport(GitSmartTransport):