Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 1070
0f4e3c9670f5
parent 1066
a3dd41fd9ea8
child 1071
ac0f74c0b870
equal deleted inserted replaced
1068:090e5be55051 1070:0f4e3c9670f5
166 self.tagbranchList.close() 166 self.tagbranchList.close()
167 if self.annotate is not None: 167 if self.annotate is not None:
168 self.annotate.close() 168 self.annotate.close()
169 if self.serveDlg is not None: 169 if self.serveDlg is not None:
170 self.serveDlg.close() 170 self.serveDlg.close()
171 if self.repoEditor is not None:
172 self.repoEditor.close()
173 if self.userEditor is not None:
174 self.userEditor.close()
175 171
176 if self.bundleFile and os.path.exists(self.bundleFile): 172 if self.bundleFile and os.path.exists(self.bundleFile):
177 os.remove(self.bundleFile) 173 os.remove(self.bundleFile)
178 174
179 # shut down the extensions 175 # shut down the extensions

eric ide

mercurial