Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.1, 0.9.1.1, and 0.9.2

stable changeset: remove redundant line-feeds

Changeset 79ce52d8945c

Parent 512a92f7a554

by Yuki KODAMA

Changes to one file · Browse files at 79ce52d8945c Showing diff from parent 512a92f7a554 Diff from another changeset...

 
261
262
263
264
 
265
266
267
 
261
262
263
 
264
265
266
267
@@ -261,7 +261,7 @@
  buf = self._buffer   buf.set_text('')   eob = buf.get_end_iter() - buf.insert(eob, desc + '\n\n') + buf.insert(eob, desc.rstrip('\n\r') + '\n\n')     def append_diff(self, wfile):   if not wfile: