~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

Peer review feedback with Ian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
        self._lock_token = None
259
259
        self._lock_count = 0
260
260
        self._leave_lock = False
261
 
        # for tests
262
 
        # These depend on the actual remote format, so force it off for maximum
263
 
        # compatibility.
 
261
        # For tests:
 
262
        # These depend on the actual remote format, so force them off for
 
263
        # maximum compatibility. XXX: In future these should depend on the
 
264
        # remote repository instance, but this is irrelevant until we perform
 
265
        # reconcile via an RPC call.
264
266
        self._reconcile_does_inventory_gc = False
265
267
        self._reconcile_fixes_text_parents = False
266
268
        self._reconcile_backsup_inventory = False