eric7/VCS/ProjectBrowserHelper.py

branch
eric7
changeset 8468
57ed532d4cde
parent 8358
144a6b854f70
child 8881
54e42bc2437a
equal deleted inserted replaced
8467:bccf0a3fa67c 8468:57ed532d4cde
311 self.browser._removeDir() 311 self.browser._removeDir()
312 # remove directories from Project 312 # remove directories from Project
313 else: 313 else:
314 self.browser._removeFile() # remove file(s) from project 314 self.browser._removeFile() # remove file(s) from project
315 315
316 def _VCSLog(self):
317 """
318 Protected slot called by the context menu to show the VCS log of a
319 file/directory.
320 """
321 # kept for backward compatibility for plug-ins
322 self._VCSLogBrowser()
323
324 def _VCSLogBrowser(self): 316 def _VCSLogBrowser(self):
325 """ 317 """
326 Protected slot called by the context menu to show the log browser for a 318 Protected slot called by the context menu to show the log browser for a
327 file. 319 file.
328 """ 320 """

eric ide

mercurial