1214
1214
# In the future we will have a single api for all stores for
1215
1215
# getting file texts, inventories and revisions, then
1216
1216
# this construct will accept instances of those things.
1217
super(VersionedFileRepository, self).__init__(_format, a_bzrdir,
1217
super(VersionedFileRepository, self).__init__(_format, a_controldir,
1219
1219
self._transport = control_files._transport
1220
1220
self.base = self._transport.base