Plugins/VcsPlugins/vcsPySvn/SvnStatusMonitorThread.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 4021
195a471c327b
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
110 for name in list(self.reportedStates.keys()): 110 for name in list(self.reportedStates.keys()):
111 if name not in states: 111 if name not in states:
112 self.statusList.append(" {0}".format(name)) 112 self.statusList.append(" {0}".format(name))
113 self.reportedStates = states 113 self.reportedStates = states
114 res = True 114 res = True
115 statusStr = self.trUtf8( 115 statusStr = self.tr(
116 "Subversion status checked successfully (using pysvn)") 116 "Subversion status checked successfully (using pysvn)")
117 except pysvn.ClientError as e: 117 except pysvn.ClientError as e:
118 res = False 118 res = False
119 statusStr = e.args[0] 119 statusStr = e.args[0]
120 os.chdir(cwd) 120 os.chdir(cwd)

eric ide

mercurial