mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 20:36:07 +01:00 
			
		
		
		
	Remove fixed FIXME (#408)
This commit is contained in:
		
				
					committed by
					
						
						Thomas Boerger
					
				
			
			
				
	
			
			
			
						parent
						
							0d6e88baef
						
					
				
				
					commit
					44428fdc38
				
			@@ -404,7 +404,6 @@ var patchConflicts = []string{
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// testPatch checks if patch can be merged to base repository without conflict.
 | 
					// 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) {
 | 
					func (pr *PullRequest) testPatch() (err error) {
 | 
				
			||||||
	if pr.BaseRepo == nil {
 | 
						if pr.BaseRepo == nil {
 | 
				
			||||||
		pr.BaseRepo, err = GetRepositoryByID(pr.BaseRepoID)
 | 
							pr.BaseRepo, err = GetRepositoryByID(pr.BaseRepoID)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user