Skip to content

Commit 713cf08

Browse files
committed
Open the diff view for bitbucket by default
1 parent 29b9f48 commit 713cf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-pull-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function getPullRequestUrl(repoUrl) {
3737
if (url.host === "github.com") {
3838
return `${url}/pull/new/${branchName()}`;
3939
} else if (url.host === "bitbucket.org") {
40-
return `${url}/pull-requests/new?source=${branchName()}&t=1`;
40+
return `${url}/pull-requests/new?source=${branchName()}&t=1#diff`;
4141
}
4242

4343
return "";

0 commit comments

Comments
 (0)