Browse Source

Remove fixed FIXME (#408)

tags/v1.21.12.1
Richie B2B Thomas Boerger 8 years ago
parent
commit
44428fdc38
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      models/pull.go

+ 0
- 1
models/pull.go View File

@@ -404,7 +404,6 @@ var patchConflicts = []string{
}

// testPatch checks if patch can be merged to base repository without conflict.
// FIXME: make a mechanism to clean up stable local copies.
func (pr *PullRequest) testPatch() (err error) {
if pr.BaseRepo == nil {
pr.BaseRepo, err = GetRepositoryByID(pr.BaseRepoID)


Loading…
Cancel
Save