eric6/Plugins/VcsPlugins/vcsGit/GitDiffGenerator.py

changeset 7779
757334671130
parent 7771
787a6b3f8c9f
child 7923
91e843545d9a
equal deleted inserted replaced
7778:eb01ab7aeb06 7779:757334671130
5 5
6 """ 6 """
7 Module implementing a class to generate the output of the git diff command 7 Module implementing a class to generate the output of the git diff command
8 process. 8 process.
9 """ 9 """
10
11 10
12 import os 11 import os
13 12
14 from PyQt5.QtCore import pyqtSignal, QProcess, QTimer, QObject 13 from PyQt5.QtCore import pyqtSignal, QProcess, QTimer, QObject
15 14

eric ide

mercurial