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