~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-01 00:40:31 UTC
  • mfrom: (4081.2.5 bug513322-first)
  • Revision ID: pqm@pqm.ubuntu.com-20100401004031-pc7s84z6ahqunmy2
(mbp, for gagern) show first apparent author in gnu changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
1683
1683
                               self.show_timezone,
1684
1684
                               date_fmt='%Y-%m-%d',
1685
1685
                               show_offset=False)
1686
 
        committer_str = revision.rev.committer.replace (' <', '  <')
 
1686
        committer_str = revision.rev.get_apparent_authors()[0].replace (' <', '  <')
1687
1687
        to_file.write('%s  %s\n\n' % (date_str,committer_str))
1688
1688
 
1689
1689
        if revision.delta is not None and revision.delta.has_changed():