mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	wiki: finish edit
This commit is contained in:
		| @@ -252,7 +252,7 @@ func (pr *PullRequest) testPatch() (err error) { | ||||
|  | ||||
| 	// Checkout base branch. | ||||
| 	_, stderr, err := process.ExecDir(-1, pr.BaseRepo.LocalCopyPath(), | ||||
| 		fmt.Sprintf("PullRequest.Merge(git checkout): %s", pr.BaseRepo.ID), | ||||
| 		fmt.Sprintf("PullRequest.Merge(git checkout): %v", pr.BaseRepo.ID), | ||||
| 		"git", "checkout", pr.BaseBranch) | ||||
| 	if err != nil { | ||||
| 		return fmt.Errorf("git checkout: %s", stderr) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user