contrib/hg-ssh
changeset 28045 f68ded00cae5
parent 25127 2b9cda9040f7
child 28047 863075fd4cd0
--- a/contrib/hg-ssh	Wed Feb 10 22:44:28 2016 +0900
+++ b/contrib/hg-ssh	Wed Feb 10 22:44:28 2016 +0900
@@ -77,7 +77,7 @@
         sys.exit(255)
 
 def rejectpush(ui, **kwargs):
-    ui.warn("Permission denied\n")
+    ui.warn(("Permission denied\n"))
     # mercurial hooks use unix process conventions for hook return values
     # so a truthy return means failure
     return True