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 patchctx: read patch files in binary mode (fixes #276)

Changeset 52755740e8e3

Parent c60cf85827ee

by Steve Borho

Changes to one file · Browse files at 52755740e8e3 Showing diff from parent c60cf85827ee Diff from another changeset...

 
176
177
178
179
 
180
181
182
 
176
177
178
 
179
180
181
182
@@ -176,7 +176,7 @@
  return type, rawpath.split('/', 1)[-1]     files = {} - pf = open(self._path) + pf = open(self._path, 'rb')   try:   try:   # consume comments and headers