Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable wconfig: use util.posixfile (refs #303)

Changeset 78488b7d1073

Parent 6a19669f2de7

by Adrian Buehlmann

Changes to one file · Browse files at 78488b7d1073 Showing diff from parent 6a19669f2de7 Diff from another changeset...

 
194
195
196
197
 
198
199
200
 
194
195
196
 
197
198
199
200
@@ -194,7 +194,7 @@
  fp.seek(0)   return newini(fp)   else: - fp = open(path, 'rb') + fp = util.posixfile(path, 'rb')   try:   return newini(fp)   finally: