diff --git a/pkg/commands/hosting_service/definitions.go b/pkg/commands/hosting_service/definitions.go index 09fa191c832..984b5f9428b 100644 --- a/pkg/commands/hosting_service/definitions.go +++ b/pkg/commands/hosting_service/definitions.go @@ -28,8 +28,8 @@ var githubServiceDef = ServiceDefinition{ var bitbucketServiceDef = ServiceDefinition{ provider: "bitbucket", - pullRequestURLIntoDefaultBranch: "/pull-requests/new?source={{.From}}&t=1", - pullRequestURLIntoTargetBranch: "/pull-requests/new?source={{.From}}&dest={{.To}}&t=1", + pullRequestURLIntoDefaultBranch: "/pull-requests/new?source={{.From}}", + pullRequestURLIntoTargetBranch: "/pull-requests/new?source={{.From}}&dest={{.To}}", commitURL: "/commits/{{.CommitHash}}", urlRegexps: []*regexp.Regexp{ regexp.MustCompile(`^(?:https?|ssh)://.*/(?P.*)/(?P.*?)(?:\.git)?$`),