~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/bzrdir.py

  • Committer: Jonathan Lange
  • Date: 2009-06-11 10:11:34 UTC
  • mto: This revision was merged to the branch mainline in revision 4433.
  • Revision ID: jml@canonical.com-20090611101134-o8c60080ut5krtte
full_path -> client_path, use _root_client_path rather than 
target_transport.base.

Show diffs side-by-side

added added

removed removed

Lines of Context:
415
415
 
416
416
        # Can't meaningfully return a root path.
417
417
        if final_stack.startswith('/'):
418
 
            full_path = self._root_client_path + final_stack[1:]
 
418
            client_path = self._root_client_path + final_stack[1:]
419
419
            final_stack = urlutils.relative_url(
420
 
                target_transport.base, full_path)
 
420
                self._root_client_path, client_path)
421
421
            final_stack_pwd = '.'
422
422
 
423
423
        return SuccessfulSmartServerResponse((repo_path, rich_root, tree_ref,