Plugins/VcsPlugins/vcsSubversion/SvnStatusMonitorThread.py

branch
5_3_x
changeset 3045
246a9fcead25
parent 2302
f29e9405c851
child 3163
9f50365a0870
equal deleted inserted replaced
3027:879c9e237986 3045:246a9fcead25
32 self.__ioEncoding = Preferences.getSystem("IOEncoding") 32 self.__ioEncoding = Preferences.getSystem("IOEncoding")
33 33
34 self.rx_status1 = \ 34 self.rx_status1 = \
35 QRegExp('(.{8,9})\\s+([0-9-]+)\\s+(.+)\\s*') 35 QRegExp('(.{8,9})\\s+([0-9-]+)\\s+(.+)\\s*')
36 self.rx_status2 = \ 36 self.rx_status2 = \
37 QRegExp('(.{8,9})\\s+([0-9-]+)\\s+([0-9?]+)\\s+([\\w?]+)\\s+(.+)\\s*') 37 QRegExp('(.{8,9})\\s+([0-9-]+)\\s+([0-9?]+)\\s+(\\S+)\\s+(.+)\\s*')
38 38
39 def _performMonitor(self): 39 def _performMonitor(self):
40 """ 40 """
41 Protected method implementing the monitoring action. 41 Protected method implementing the monitoring action.
42 42

eric ide

mercurial