Merge lp://staging/~jelmer/launchpad/branchjob-cache-authors into lp://staging/launchpad
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Approved by: | Jelmer Vernooij |
Approved revision: | no longer in the source branch. |
Merged at revision: | 14786 |
Proposed branch: | lp://staging/~jelmer/launchpad/branchjob-cache-authors |
Merge into: | lp://staging/launchpad |
Diff against target: |
116 lines (+47/-12) 2 files modified
lib/lp/code/model/branchjob.py (+26/-11) lib/lp/code/model/tests/test_branchjob.py (+21/-1) |
To merge this branch: | bzr merge lp://staging/~jelmer/launchpad/branchjob-cache-authors |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Abel Deuring (community) | code | Approve | |
Review via email: mp+92470@code.staging.launchpad.net |
Commit message
[r=adeuring][bug=930166] Cache revision authors in branchjob.
Description of the change
When processing new branches, don't repeatedly look up author display names for authors we've already seen.
This should help a bit towards fixing bug 808930.
To post a comment you must log in.
looks good