##// END OF EJS Templates
hg-ssh: parenthesize non-translated message...
FUJIWARA Katsunori -
r28045:f68ded00 default
parent child Browse files
Show More
@@ -77,7 +77,7 b' def main():'
77 77 sys.exit(255)
78 78
79 79 def rejectpush(ui, **kwargs):
80 ui.warn("Permission denied\n")
80 ui.warn(("Permission denied\n"))
81 81 # mercurial hooks use unix process conventions for hook return values
82 82 # so a truthy return means failure
83 83 return True
General Comments 0
You need to be logged in to leave comments. Login now