~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/local.py

  • Committer: Robert Collins
  • Date: 2007-08-02 03:17:46 UTC
  • mto: (2592.3.65 repository)
  • mto: This revision was merged to the branch mainline in revision 2667.
  • Revision ID: robertc@robertcollins.net-20070802031746-mpnoaxym829719w6
* ``bzrlib.pack.make_readv_reader`` allows readv based access to pack
  files that are stored on a transport. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
            abspath = u'.'
128
128
 
129
129
        return urlutils.file_relpath(
130
 
            urlutils.strip_trailing_slash(self.base), 
 
130
            urlutils.strip_trailing_slash(self.base),
131
131
            urlutils.strip_trailing_slash(abspath))
132
132
 
133
133
    def has(self, relpath):