src/eric7/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
5 5
6 """ 6 """
7 Module implementing the VCS status monitor thread class for Mercurial. 7 Module implementing the VCS status monitor thread class for Mercurial.
8 """ 8 """
9 9
10 from VCS.StatusMonitorThread import VcsStatusMonitorThread 10 from eric7.VCS.StatusMonitorThread import VcsStatusMonitorThread
11 11
12 12
13 class HgStatusMonitorThread(VcsStatusMonitorThread): 13 class HgStatusMonitorThread(VcsStatusMonitorThread):
14 """ 14 """
15 Class implementing the VCS status monitor thread class for Mercurial. 15 Class implementing the VCS status monitor thread class for Mercurial.

eric ide

mercurial