Plugins/VcsPlugins/vcsMercurial/hg.py

branch
5_1_x
changeset 1069
d1334d6abefa
parent 1065
37dc3819ce14
child 1236
7a58aba00647
equal deleted inserted replaced
1065:37dc3819ce14 1069:d1334d6abefa
141 self.tagbranchList.close() 141 self.tagbranchList.close()
142 if self.annotate is not None: 142 if self.annotate is not None:
143 self.annotate.close() 143 self.annotate.close()
144 if self.serveDlg is not None: 144 if self.serveDlg is not None:
145 self.serveDlg.close() 145 self.serveDlg.close()
146 if self.editor is not None:
147 self.editor.close()
148 146
149 if self.bundleFile and os.path.exists(self.bundleFile): 147 if self.bundleFile and os.path.exists(self.bundleFile):
150 os.remove(self.bundleFile) 148 os.remove(self.bundleFile)
151 149
152 def vcsExists(self): 150 def vcsExists(self):

eric ide

mercurial