Merge lp://staging/~jelmer/bzrtools/fix-nick-reference into lp://staging/bzrtools
Proposed by
Jelmer Vernooij
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 779 | ||||
Proposed branch: | lp://staging/~jelmer/bzrtools/fix-nick-reference | ||||
Merge into: | lp://staging/bzrtools | ||||
Diff against target: |
16 lines (+2/-1) 1 file modified
graph.py (+2/-1) |
||||
To merge this branch: | bzr merge lp://staging/~jelmer/bzrtools/fix-nick-reference | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Aaron Bentley | Approve | ||
Review via email: mp+66161@code.staging.launchpad.net |
Description of the change
Patch from Andi Albrecht in #263065
This fixes an UnboundLocalError if a revision id contains a committer but is not present in the repository.
To post a comment you must log in.
I prefer branches to have test cases. I've added one and merged. Thanks.