Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py

changeset 211
4da68bd1a703
parent 210
b1a204f22291
child 212
19785b4c1bed
equal deleted inserted replaced
210:b1a204f22291 211:4da68bd1a703
313 313
314 while self.process.canReadLine(): 314 while self.process.canReadLine():
315 s = str(self.process.readLine(), 315 s = str(self.process.readLine(),
316 Preferences.getSystem("IOEncoding"), 316 Preferences.getSystem("IOEncoding"),
317 'replace') 317 'replace')
318 ## self.buf.append(line)
319 ##
320 ## if line.startswith("change|"):
321 ## ver = line[7:]
322 ## # save revision number for later use
323 ## self.revisions.append(ver)
324 318
325 if s == "@@@\n": 319 if s == "@@@\n":
326 self.logEntries.append(self.lastLogEntry) 320 self.logEntries.append(self.lastLogEntry)
327 self.lastLogEntry = {} 321 self.lastLogEntry = {}
328 self.fileCopies = {} 322 self.fileCopies = {}

eric ide

mercurial