158
163
return URI(scheme='bzr+ssh', host=host, path='/' + branch.unique_name)
160
def get_commit_message(self, commit_text, testfix=False, no_qa=False):
165
def get_commit_message(self, commit_text, testfix=False, no_qa=False,
161
167
"""Get the Launchpad-style commit message for a merge proposal."""
162
168
reviews = self.get_reviews()
170
no_qa, incr = check_qa_clauses(bugs, no_qa, incr)
173
179
get_reviewer_clause(reviews),
182
190
raise MissingBugsError("Need bugs linked or --no-qa option.")