~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/vf_repository.py

(jelmer) Various improvements to allow running bzr interface tests against
 foreign branch plugins. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1207
1207
        # this construct will accept instances of those things.
1208
1208
        super(VersionedFileRepository, self).__init__(_format, a_bzrdir,
1209
1209
            control_files)
 
1210
        self._transport = control_files._transport
 
1211
        self.base = self._transport.base
1210
1212
        # for tests
1211
1213
        self._reconcile_does_inventory_gc = True
1212
1214
        self._reconcile_fixes_text_parents = False