Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py

changeset 6735
31e263d49c04
parent 6645
ad476851d7e0
equal deleted inserted replaced
6734:1eaf6955acf5 6735:31e263d49c04
282 'replace') 282 'replace')
283 if self.summaryPath: 283 if self.summaryPath:
284 line = line.replace(self.summaryPath + '/', '') 284 line = line.replace(self.summaryPath + '/', '')
285 line = " ".join(line.split()) 285 line = " ".join(line.split())
286 if line.startswith("--- ") or line.startswith("+++ "): 286 if line.startswith("--- ") or line.startswith("+++ "):
287 self.__processFileLine(line) 287 self.__processFileLine(line)
288 288
289 self.__appendText(line) 289 self.__appendText(line)
290 self.paras += 1 290 self.paras += 1
291 291
292 def __readStderr(self): 292 def __readStderr(self):

eric ide

mercurial