/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Andrew Bennetts
  • Date: 2008-12-12 01:17:04 UTC
  • mto: This revision was merged to the branch mainline in revision 3899.
  • Revision ID: andrew.bennetts@canonical.com-20081212011704-m5208objzpfsjar7
Remove broken debugging cruft, and some unused imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
319
319
        self._lock_token = None
320
320
        self._lock_count = 0
321
321
        self._leave_lock = False
322
 
        debug_cache = ('hpss' in debug.debug_flags)
323
322
        self._unstacked_provider = graph.CachingParentsProvider(
324
 
            get_parent_map=self._get_parent_map_rpc, debug=debug_cache)
 
323
            get_parent_map=self._get_parent_map_rpc)
325
324
        self._unstacked_provider.disable_cache()
326
325
        # For tests:
327
326
        # These depend on the actual remote format, so force them off for