154
155
raise errors.NotBranchError('%s/%s/%s' % (self.gl.url, owner, project))
156
157
remote_repo_url = git_url_to_bzr_url(target_project.attributes['ssh_url_to_repo'])
160
161
def get_proposer(self, source_branch, target_branch):
161
162
return GitlabMergeProposalBuilder(self.gl, source_branch, target_branch)