(self)
| 109 | MESSAGE = "Set correct version for candidates." |
| 110 | |
| 111 | def RunStep(self): |
| 112 | self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_") |
| 113 | |
| 114 | |
| 115 | class EnableMergeWatchlist(Step): |
nothing calls this directly
no test coverage detected