Skip to content

Commit 3e7a2e6

Browse files
authored
Update docs for pull request creation
1 parent f37f16a commit 3e7a2e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/bitbucket.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ Manage code
139139
# Add comment into pull request
140140
bitbucket.add_pull_request_comment(project, repository, pull_request_id, text)
141141
142+
# Create a new pull request between two branches.
143+
bitbucket.open_pull_request(source_project, source_repo, dest_project, dest_repo, source_branch, destination_branch, title, description)
144+
142145
# Get tags for related repo
143146
bitbucket.get_tags(project, repository, filter='', limit=99999)
144147

0 commit comments

Comments
 (0)