Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.2, 1.9.3, and 2.0

patchctx: return full diff data, as mdiff returns

Changeset c612b5d74548

Parent 5d0d208d6575

by Steve Borho

Changes to one file · Browse files at c612b5d74548 Showing diff from parent 5d0d208d6575 Diff from another changeset...

 
139
140
141
142
143
 
144
145
146
 
139
140
141
 
 
142
143
144
145
@@ -139,8 +139,7 @@
  buf = cStringIO.StringIO()   for chunk in self._files[wfile]:   chunk.write(buf) - # prune 'diff -r' line - return buf.getvalue().splitlines(False)[1:] + return buf.getvalue()   return []     @propertycache