~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/local.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-12 20:18:55 UTC
  • mfrom: (3616.2.12 bzr.work.tests.blackbox)
  • Revision ID: pqm@pqm.ubuntu.com-20080812201855-9qxbdo0t2h9byzhj
(Mark Hammond) Win32 test fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
        This function only exists for the LocalTransport, since it is
118
118
        the only one that has direct local access.
119
119
        This is mostly for stuff like WorkingTree which needs to know
120
 
        the local working directory.
121
 
        
 
120
        the local working directory.  The returned path will always contain
 
121
        forward slashes as the path separator, regardless of the platform.
 
122
 
122
123
        This function is quite expensive: it calls realpath which resolves
123
124
        symlinks.
124
125
        """