613 QApplication.processEvents() |
613 QApplication.processEvents() |
614 |
614 |
615 self.buf = [] |
615 self.buf = [] |
616 self.cancelled = False |
616 self.cancelled = False |
617 self.errors.clear() |
617 self.errors.clear() |
|
618 self.intercept = False |
618 |
619 |
619 args = [] |
620 args = [] |
620 args.append(self.commandMode) |
621 args.append(self.commandMode) |
621 self.vcs.addArguments(args, self.vcs.options['global']) |
622 self.vcs.addArguments(args, self.vcs.options['global']) |
622 self.vcs.addArguments(args, self.vcs.options['log']) |
623 self.vcs.addArguments(args, self.vcs.options['log']) |