mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Pull DetailView: Show more pull informations (#271)
Pull Detailview: add head/base-branch, reviews, mergable info print info if reviews can not be loaded No Conflicts Reviewed-on: https://gitea.com/gitea/tea/pulls/271 Reviewed-by: Norwin <noerw@noreply.gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-Authored-By: 6543 <6543@obermui.de> Co-Committed-By: 6543 <6543@obermui.de>
This commit is contained in:
		| @@ -143,7 +143,7 @@ func runPullsCreate(ctx *cli.Context) error { | ||||
| 		log.Fatalf("could not create PR from %s to %s:%s: %s", head, ownerArg, base, err) | ||||
| 	} | ||||
|  | ||||
| 	print.PullDetails(pr) | ||||
| 	print.PullDetails(pr, nil) | ||||
|  | ||||
| 	fmt.Println(pr.HTMLURL) | ||||
| 	return err | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 6543
					6543