~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/revision.py

  • Committer: Curtis Hovey
  • Date: 2011-05-27 21:53:34 UTC
  • mto: This revision was merged to the branch mainline in revision 13136.
  • Revision ID: curtis.hovey@canonical.com-20110527215334-jqlkmt52nnl4bpeh
Moved launchpad.event into registry interfaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
345
345
        # author per revision, so we use the first on the assumption that
346
346
        # this is the primary author.
347
347
        try:
348
 
            author = authors[0]
 
348
            author = bzr_revision.get_apparent_authors()[0]
349
349
        except IndexError:
350
350
            author = None
351
351
        return self.new(