~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/remote.py

  • Committer: Vincent Ladeuil
  • Date: 2007-06-02 16:18:53 UTC
  • mto: (2485.8.44 bzr.connection.sharing)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070602161853-miwtge8q1fjjjhvu
Cometic changes (and a typo).

Show diffs side-by-side

added added

removed removed

Lines of Context:
481
481
        self._medium = _medium
482
482
 
483
483
    def _remote_path(self, relpath):
484
 
        """After connecting HTTP Transport only deals in relative URLs."""
 
484
        """After connecting, HTTP Transport only deals in relative URLs."""
485
485
        # Adjust the relpath based on which URL this smart transport is
486
486
        # connected to.
487
487
        http_base = urlutils.normalize_url(self._http_transport.base)