We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6e88b commit 44428fdCopy full SHA for 44428fd
models/pull.go
@@ -404,7 +404,6 @@ var patchConflicts = []string{
404
}
405
406
// testPatch checks if patch can be merged to base repository without conflict.
407
-// FIXME: make a mechanism to clean up stable local copies.
408
func (pr *PullRequest) testPatch() (err error) {
409
if pr.BaseRepo == nil {
410
pr.BaseRepo, err = GetRepositoryByID(pr.BaseRepoID)
0 commit comments