/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/annotate.py

merge bzr.dev r4154

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
                                     time.gmtime(rev.timestamp + tz))
232
232
            # a lazy way to get something like the email address
233
233
            # TODO: Get real email address
234
 
            author = rev.get_apparent_author()
 
234
            author = rev.get_apparent_authors()[0]
235
235
            try:
236
236
                author = extract_email_address(author)
237
237
            except errors.NoEmailInUsername: