95
95
def get_comment(self, prerequisite_branch):
96
96
"""Determine the initial comment for the merge proposal."""
97
99
info = ["Source: %s\n" % self.source_branch.lp.bzr_identity]
98
100
info.append("Target: %s\n" % self.target_branch.lp.bzr_identity)
99
101
if prerequisite_branch is not None: