(local, remote string)
| 116 | } |
| 117 | |
| 118 | func createRepositoryWithRemote(local, remote string) string { |
| 119 | createRepository(local, false) |
| 120 | addRemote(local, remote) |
| 121 | return local |
| 122 | } |
| 123 | |
| 124 | func setEmptyRemote(dir string) string { |
| 125 | remote := createBareRepository(tempFolder()) |
no test coverage detected
searching dependent graphs…