~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Robert Collins
  • Date: 2009-05-10 23:45:33 UTC
  • mto: This revision was merged to the branch mainline in revision 4352.
  • Revision ID: robertc@robertcollins.net-20090510234533-gns7h8v4qi2m4i10
Show a traceback when VFS operations are started on a smart server hosted repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
688
688
        invocation. If in doubt chat to the bzr network team.
689
689
        """
690
690
        if self._real_repository is None:
 
691
            if 'hpss' in debug.debug_flags:
 
692
                import traceback
 
693
                warning('VFS Repository access triggered\n%s',
 
694
                    ''.join(traceback.format_stack()))
691
695
            self._unstacked_provider.missing_keys.clear()
692
696
            self.bzrdir._ensure_real()
693
697
            self._set_real_repository(