(self)
| 191 | MESSAGE = "Commit to the repository." |
| 192 | |
| 193 | def RunStep(self): |
| 194 | self.GitCheckout(self.Config("BRANCHNAME")) |
| 195 | self.WaitForLGTM() |
| 196 | self.GitPresubmit() |
| 197 | self.vc.CLLand() |
| 198 | |
| 199 | |
| 200 | class TagRevision(Step): |
nothing calls this directly
no test coverage detected