~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Andrew Bennetts
  • Date: 2008-06-19 06:34:18 UTC
  • mto: (3801.1.1 autopack-rpc)
  • mto: This revision was merged to the branch mainline in revision 3814.
  • Revision ID: andrew.bennetts@canonical.com-20080619063418-dugpj6nxq8dyhc52
RemoveĀ andĀ False.

Show diffs side-by-side

added added

removed removed

Lines of Context:
830
830
                        len(parent_map))
831
831
            ancestry.update(parent_map)
832
832
        present_keys = [k for k in keys if k in ancestry]
833
 
        if 'hpss' in debug.debug_flags and False:
 
833
        if 'hpss' in debug.debug_flags:
834
834
            if self._requested_parents is not None and len(ancestry) != 0:
835
835
                self._requested_parents.update(present_keys)
836
836
                mutter('Current RemoteRepository graph hit rate: %d%%',