~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.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:
246
246
        self._revision_store = _revision_store
247
247
        # backwards compatibility
248
248
        self.weave_store = text_store
 
249
        # for tests
 
250
        self._reconcile_does_inventory_gc = True
249
251
        # not right yet - should be more semantically clear ? 
250
252
        # 
251
253
        self.control_store = control_store