Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py

changeset 1746
6c74208f22a2
parent 1509
c0b5e693b0eb
child 2302
f29e9405c851
equal deleted inserted replaced
1743:4f9afcd8eb9d 1746:6c74208f22a2
138 138
139 @param exitCode exit code of the process (integer) 139 @param exitCode exit code of the process (integer)
140 @param exitStatus exit status of the process (QProcess.ExitStatus) 140 @param exitStatus exit status of the process (QProcess.ExitStatus)
141 """ 141 """
142 self.inputGroup.setEnabled(False) 142 self.inputGroup.setEnabled(False)
143 self.inputGroup.hide()
143 144
144 self.contents.clear() 145 self.contents.clear()
145 146
146 lvers = 1 147 lvers = 1
147 for s in self.buf: 148 for s in self.buf:

eric ide

mercurial