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 """ |