We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cede65a commit e7491b9Copy full SHA for e7491b9
src/git/remotes/bitbucket.ts
@@ -144,7 +144,7 @@ export class BitbucketRemote extends RemoteProvider<RepositoryDescriptor> {
144
}
145
146
protected override getUrlForComparison(base: string, head: string, _notation: '..' | '...'): string {
147
- return this.encodeUrl(`${this.baseUrl}/branches/compare/${base}%0D${head}`).replace('%250D', '%0D');
+ return `${this.encodeUrl(`${this.baseUrl}/branches/compare/${head}\r${base}`)}#diff`;
148
149
150
protected override getUrlForCreatePullRequest(
0 commit comments