~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/devscripts/autoland.py

  • Committer: Diogo Matsubara
  • Date: 2010-11-05 16:54:24 UTC
  • mto: This revision was merged to the branch mainline in revision 11886.
  • Revision ID: diogo.matsubara@canonical.com-20101105165424-pw34rntdlvo33hzm
change get_commit_message to build_commit_message since that's what the method is actually doing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
        # URL. Do it ourselves.
161
161
        return URI(scheme='bzr+ssh', host=host, path='/' + branch.unique_name)
162
162
 
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()