Changeset 1670 in tailor


Ignore:
Timestamp:
06/22/10 17:26:22 (3 years ago)
Author:
lele@…
Hash name:
20100622152622-97f81-35048cce51c432be1162e5cfaa6d28358d8a3ef2
Message:

Prefer the author of the patch if given, falling back to the committer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/bzr.py

    r1668 r1670  
    248248        return BzrChangeset(revision.revision_id, 
    249249                            datetime.fromtimestamp(revision.timestamp, timezone), 
    250                             revision.committer, 
     250                            revision.get_apparent_author(), 
    251251                            revision.message, 
    252252                            entries) 
Note: See TracChangeset for help on using the changeset viewer.