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

stable chunks: origcontents is in unicode (fixes #328)

This was broken by changeset c531f9f6dee3

Changeset 6b5634cc5403

Parent de4a2cbd7d05

by Steve Borho

Changes to one file · Browse files at 6b5634cc5403 Showing diff from parent de4a2cbd7d05 Diff from another changeset...

 
209
210
211
212
 
213
214
215
 
209
210
211
 
212
213
214
215
@@ -209,7 +209,7 @@
  wlock = repo.wlock()   try:   repo.wopener(self.currentFile, 'wb').write( - self.diffbrowse.origcontents) + hglib.fromunicode(self.diffbrowse.origcontents))   fp = cStringIO.StringIO()   chunks[0].write(fp)   for c in kchunks: