669
669
def test_commit_hook_template(self):
670
670
# Test that commit template hooks work
674
671
if sys.platform == "win32":
676
673
f.write('@rem dummy fed')
686
682
msgeditor.hooks.install_named_hook("commit_message_template",
687
683
lambda commit_obj, msg: "save me some typing\n", None)
688
684
tree = self.make_branch_and_tree('tree')