161
161
return URI(scheme='bzr+ssh', host=host, path='/' + branch.unique_name)
163
def get_commit_message(self, commit_text, testfix=False, no_qa=False,
163
def build_commit_message(self, commit_text, testfix=False, no_qa=False,
164
164
incremental=False, rollback=None):
165
165
"""Get the Launchpad-style commit message for a merge proposal."""
166
166
reviews = self.get_reviews()