Show More
@@ -16,7 +16,7 b" RC_HOOK_VER = '_TMPL_'" | |||||
16 |
|
16 | |||
17 | def main(): |
|
17 | def main(): | |
18 | if hooks is None: |
|
18 | if hooks is None: | |
19 |
# exit with success if we cannot import |
|
19 | # exit with success if we cannot import vcsserver.hooks !! | |
20 | # this allows simply push to this repo even without rhodecode |
|
20 | # this allows simply push to this repo even without rhodecode | |
21 | sys.exit(0) |
|
21 | sys.exit(0) | |
22 |
|
22 |
@@ -16,7 +16,7 b" RC_HOOK_VER = '_TMPL_'" | |||||
16 |
|
16 | |||
17 | def main(): |
|
17 | def main(): | |
18 | if hooks is None: |
|
18 | if hooks is None: | |
19 |
# exit with success if we cannot import |
|
19 | # exit with success if we cannot import vcsserver.hooks !! | |
20 | # this allows simply push to this repo even without rhodecode |
|
20 | # this allows simply push to this repo even without rhodecode | |
21 | sys.exit(0) |
|
21 | sys.exit(0) | |
22 |
|
22 |
General Comments 0
You need to be logged in to leave comments.
Login now