575 self._vcsCommit() |
575 self._vcsCommit() |
576 if not os.path.exists(self.project.pfile): |
576 if not os.path.exists(self.project.pfile): |
577 ppath = self.project.ppath |
577 ppath = self.project.ppath |
578 self.setDirty(False) |
578 self.setDirty(False) |
579 self.project.closeProject() |
579 self.project.closeProject() |
580 shutil.rmtree(ppath, True) |
580 shutil.rmtree(ppath, ignore_errors=True) |
581 |
581 |
582 def _vcsCommandOptions(self): |
582 def _vcsCommandOptions(self): |
583 """ |
583 """ |
584 Protected slot to edit the VCS command options. |
584 Protected slot to edit the VCS command options. |
585 """ |
585 """ |