(path, base_version, new_version)
| 409 | |
| 410 | |
| 411 | def create_new(path, base_version, new_version): |
| 412 | commits = CommitList.create_new(path, base_version, new_version) |
| 413 | commits.write_result() |
| 414 | |
| 415 | |
| 416 | def update_existing(path, new_version): |
no test coverage detected
searching dependent graphs…