##// END OF EJS Templates
git: fix git hook template mention of what hooks we actually execute....
marcink -
r2388:0df6dc22 default
parent child Browse files
Show More
@@ -16,7 +16,7 b" RC_HOOK_VER = '_TMPL_'"
16 16
17 17 def main():
18 18 if hooks is None:
19 # exit with success if we cannot import rhodecode.lib.hooks !!
19 # exit with success if we cannot import vcsserver.hooks !!
20 20 # this allows simply push to this repo even without rhodecode
21 21 sys.exit(0)
22 22
@@ -16,7 +16,7 b" RC_HOOK_VER = '_TMPL_'"
16 16
17 17 def main():
18 18 if hooks is None:
19 # exit with success if we cannot import rhodecode.lib.hooks !!
19 # exit with success if we cannot import vcsserver.hooks !!
20 20 # this allows simply push to this repo even without rhodecode
21 21 sys.exit(0)
22 22
General Comments 0
You need to be logged in to leave comments. Login now