~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/HTTPTestUtil.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-24 07:28:00 UTC
  • mfrom: (2929.1.2 workingtree)
  • Revision ID: pqm@pqm.ubuntu.com-20071024072800-p2qtv2632xrbrs02
(robertc) Use a dictionary to obtain stat caches rather than digging into the dirstate on every path. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
464
464
 
465
465
 
466
466
# FIXME: There is some code duplication with
467
 
# _urllib2_wrappers.py.DigestAuthHandler. If that duplication
 
467
# _urllib2_wrappers.py.DigestAuthHandler. If that duplciation
468
468
# grows, it may require a refactoring. Also, we don't implement
469
469
# SHA algorithm nor MD5-sess here, but that does not seem worth
470
470
# it.