1837
1839
# we hard code the formats here because we are converting into
1838
1840
# the meta format. The meta format upgrader can take this to a
1839
1841
# future format within each component.
1841
1843
for entry in repository_names:
1842
1844
self.move_entry('repository', entry)
1844
1846
self.step('Upgrading branch ')
1845
1847
self.bzrdir.transport.mkdir('branch', mode=self.dir_mode)
1848
1850
branch_files = [('revision-history', True),