contrib/hg-ssh
changeset 37988 dc1ed7fe33e4
parent 33909 42bc7f39376b
child 38140 44ef9bb7ccd9
--- a/contrib/hg-ssh	Sun Mar 25 16:39:17 2018 +0900
+++ b/contrib/hg-ssh	Sun Mar 25 16:35:24 2018 +0900
@@ -43,6 +43,9 @@
 )
 
 def main():
+    # Prevent insertion/deletion of CRs
+    dispatch.initstdio()
+
     cwd = os.getcwd()
     readonly = False
     args = sys.argv[1:]