Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 5673
f6687c4c665a
parent 5670
7296fc0fae6d
child 5678
0aa72754d535
equal deleted inserted replaced
5672:495b53f37f6c 5673:f6687c4c665a
177 177
178 def vcsShutdown(self): 178 def vcsShutdown(self):
179 """ 179 """
180 Public method used to shutdown the Mercurial interface. 180 Public method used to shutdown the Mercurial interface.
181 """ 181 """
182 if self.log is not None:
183 self.log.close()
184 if self.logBrowser is not None: 182 if self.logBrowser is not None:
185 self.logBrowser.close() 183 self.logBrowser.close()
186 if self.logBrowserIncoming is not None: 184 if self.logBrowserIncoming is not None:
187 self.logBrowserIncoming.close() 185 self.logBrowserIncoming.close()
188 if self.logBrowserOutgoing is not None: 186 if self.logBrowserOutgoing is not None:

eric ide

mercurial