(repo *Repository, name string)
| 142 | } |
| 143 | |
| 144 | func pathInRepo(repo *Repository, name string) string { |
| 145 | return path.Join(path.Dir(path.Dir(repo.Path())), name) |
| 146 | } |
| 147 | |
| 148 | func updateReadme(t *testing.T, repo *Repository, content string) (*Oid, *Oid) { |
| 149 | loc, err := time.LoadLocation("Europe/Berlin") |
no test coverage detected
searching dependent graphs…