/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: Canonical.com Patch Queue Manager
  • Date: 2007-08-22 05:28:32 UTC
  • mfrom: (2671.4.3 reconcile)
  • Revision ID: pqm@pqm.ubuntu.com-20070822052832-nxby1d1plok4syek
(robertc) Add a private repository attribute to tell reonccile tests what the repository does to inventories during reconcile(). (Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
        self._lock_token = None
253
253
        self._lock_count = 0
254
254
        self._leave_lock = False
 
255
        # for tests
 
256
        self._reconcile_does_inventory_gc = True
255
257
 
256
258
    def abort_write_group(self):
257
259
        """Complete a write group on the decorated repository.