336
336
self.assertTrue("set_rh" in hooks, "set_rh not in %s" % hooks)
337
337
self.assertTrue("post_push" in hooks, "post_push not in %s" % hooks)
338
338
self.assertTrue("post_commit" in hooks, "post_commit not in %s" % hooks)
339
340
self.assertTrue("post_pull" in hooks, "post_pull not in %s" % hooks)
340
341
self.assertTrue("post_uncommit" in hooks, "post_uncommit not in %s" % hooks)