~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/__init__.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:
153
153
            self._range_hint = 'multi'
154
154
 
155
155
    def _remote_path(self, relpath):
156
 
        """Produce absolute path, adjusting protocol if needed"""
 
156
        """Produce absolute path, adjusting protocol."""
157
157
        relative = urlutils.unescape(relpath).encode('utf-8')
158
158
        path = self._combine_paths(self._path, relative)
159
159
        return self._unsplit_url(self._unqualified_scheme,