67
67
def test_bad_repo_format(self):
68
68
repo = self.make_repository('branch', shared=True,
71
71
self.assertRaises(errors.RootNotRich, self.extract_in_checkout,
74
74
def test_good_repo_format(self):
75
75
repo = self.make_repository('branch', shared=True,
76
76
format='dirstate-with-subtree')
78
78
wt_b = self.extract_in_checkout(a_branch)