269
269
def test_unknown_hook(self):
270
270
error = errors.UnknownHook("branch", "foo")
271
271
self.assertEqualDiff("The branch hook 'foo' is unknown in this version"
274
274
error = errors.UnknownHook("tree", "bar")
275
275
self.assertEqualDiff("The tree hook 'bar' is unknown in this version"
279
279
def test_unstackable_branch_format(self):