~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-12 03:47:18 UTC
  • mfrom: (4347.1.1 log_ensure_real)
  • Revision ID: pqm@pqm.ubuntu.com-20090512034718-8q4bonu5vryuwg45
(robertc) Show a backtrace indicating the cause of VFS access to a
        RemoteRepository when -Dhpss is used. (Robert Collins)

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(