--- 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:]