mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-04 22:34:39 +02:00
Update bitbucket pull request url.
This commit is contained in:
parent
43e5c042a2
commit
0d208b7957
@ -34,7 +34,7 @@ func getServices() []*Service {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "bitbucket.org",
|
Name: "bitbucket.org",
|
||||||
PullRequestURL: "https://bitbucket.org/%s/%s/pull-requests/new?t=%s",
|
PullRequestURL: "https://bitbucket.org/%s/%s/pull-requests/new?source=%s&t=1",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "gitlab.com",
|
Name: "gitlab.com",
|
||||||
|
@ -64,7 +64,7 @@ func TestCreatePullRequest(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
assert.Equal(t, cmd, "open")
|
assert.Equal(t, cmd, "open")
|
||||||
assert.Equal(t, args, []string{"https://bitbucket.org/johndoe/social_network/pull-requests/new?t=feature/profile-page"})
|
assert.Equal(t, args, []string{"https://bitbucket.org/johndoe/social_network/pull-requests/new?source=feature/profile-page&t=1"})
|
||||||
return exec.Command("echo")
|
return exec.Command("echo")
|
||||||
},
|
},
|
||||||
func(err error) {
|
func(err error) {
|
||||||
@ -83,7 +83,7 @@ func TestCreatePullRequest(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
assert.Equal(t, cmd, "open")
|
assert.Equal(t, cmd, "open")
|
||||||
assert.Equal(t, args, []string{"https://bitbucket.org/johndoe/social_network/pull-requests/new?t=feature/events"})
|
assert.Equal(t, args, []string{"https://bitbucket.org/johndoe/social_network/pull-requests/new?source=feature/events&t=1"})
|
||||||
return exec.Command("echo")
|
return exec.Command("echo")
|
||||||
},
|
},
|
||||||
func(err error) {
|
func(err error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user