Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable status: open patches for write with binary mode

Closes #947

Changeset c5413c8003b0

Parent b3eb281d9e93

by Steve Borho

Changes to one file · Browse files at c5413c8003b0 Showing diff from parent b3eb281d9e93 Diff from another changeset...

 
1335
1336
1337
1338
 
1339
1340
1341
 
1335
1336
1337
 
1338
1339
1340
1341
@@ -1335,7 +1335,7 @@
  buf.seek(0)   try:   try: - fp = open(result, "w") + fp = open(result, 'wb')   fp.write(buf.read())   except OSError:   pass