321
321
self.assertTrue("set_rh" in hooks, "set_rh not in %s" % hooks)
322
322
self.assertTrue("post_push" in hooks, "post_push not in %s" % hooks)
323
323
self.assertTrue("post_commit" in hooks, "post_commit not in %s" % hooks)
324
325
self.assertTrue("post_pull" in hooks, "post_pull not in %s" % hooks)
325
326
self.assertTrue("post_uncommit" in hooks, "post_uncommit not in %s" % hooks)