mercurial/windows.py
changeset 9174 705278e70457
parent 9099 3d456bf32f18
child 9238 40196d036a71
child 9448 bc6b0fef9495
--- a/mercurial/windows.py	Fri Jul 17 13:31:12 2009 +0200
+++ b/mercurial/windows.py	Tue Jul 14 22:38:12 2009 -0400
@@ -41,6 +41,7 @@
             limit = 16000
             l = len(s)
             start = 0
+            self.softspace = 0;
             while start < l:
                 end = start + limit
                 self.fp.write(s[start:end])