~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/vf_repository.py

  • Committer: Jelmer Vernooij
  • Date: 2011-09-21 19:45:01 UTC
  • mto: This revision was merged to the branch mainline in revision 6156.
  • Revision ID: jelmer@samba.org-20110921194501-kk1bdve1wwbsf1bz
Allow repositories to not have a control_files attribute.

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