140
140
def test_pre_commit_fails(self):
141
141
empty_delta = TreeDelta()
144
143
tree = self.make_branch_and_memory_tree('branch')
147
147
class PreCommitException(Exception): pass
148
148
def hook_func(local, master,
149
149
old_revno, old_revid, new_revno, new_revid,