(self)
| 470 | self.vc.Fetch() |
| 471 | |
| 472 | def PrepareBranch(self): |
| 473 | # Delete the branch that will be created later if it exists already. |
| 474 | self.DeleteBranch(self._config["BRANCHNAME"]) |
| 475 | |
| 476 | def CommonCleanup(self): |
| 477 | self.GitCheckout('origin/main') |