~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/vf_repository.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-20 13:31:00 UTC
  • mto: This revision was merged to the branch mainline in revision 6153.
  • Revision ID: jriddell@canonical.com-20110920133100-kpsomvcnjoxv6n6b
syntax fixes

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
1212
1210
        # for tests
1213
1211
        self._reconcile_does_inventory_gc = True
1214
1212
        self._reconcile_fixes_text_parents = False