(path, new_version)
| 414 | |
| 415 | |
| 416 | def update_existing(path, new_version): |
| 417 | commits = CommitList.from_existing(path) |
| 418 | commits.update_to(new_version) |
| 419 | commits.write_result() |
| 420 | |
| 421 | |
| 422 | def rerun_with_new_filters(path): |
no test coverage detected
searching dependent graphs…