~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-20 16:47:49 UTC
  • mfrom: (4964.2.5 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20100120164749-d4mdz4g4jpl866mt
(mbp) Some reprs to help with debugging and interactive use

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
 
115
115
        self._probe_bzrdir()
116
116
 
 
117
    def __repr__(self):
 
118
        return '%s(%r)' % (self.__class__.__name__, self._client)
 
119
 
117
120
    def _probe_bzrdir(self):
118
121
        medium = self._client._medium
119
122
        path = self._path_for_remote_call(self._client)