Show More
@@ -77,7 +77,7 b' def main():' | |||||
77 | sys.exit(255) |
|
77 | sys.exit(255) | |
78 |
|
78 | |||
79 | def rejectpush(ui, **kwargs): |
|
79 | def rejectpush(ui, **kwargs): | |
80 | ui.warn("Permission denied\n") |
|
80 | ui.warn(("Permission denied\n")) | |
81 | # mercurial hooks use unix process conventions for hook return values |
|
81 | # mercurial hooks use unix process conventions for hook return values | |
82 | # so a truthy return means failure |
|
82 | # so a truthy return means failure | |
83 | return True |
|
83 | return True |
General Comments 0
You need to be logged in to leave comments.
Login now