Merge lp:~jelmer/brz/alpha-fix-git-python3 into lp:brz
Proposed by
Jelmer Vernooij
on 2018-10-03
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Jelmer Vernooij on 2018-10-13 | ||||
Approved revision: | 7132 | ||||
Merge reported by: | The Breezy Bot | ||||
Merged at revision: | not available | ||||
Proposed branch: | lp:~jelmer/brz/alpha-fix-git-python3 | ||||
Merge into: | lp:brz | ||||
Diff against target: |
61 lines (+24/-7) 2 files modified
breezy/git/tests/test_transportgit.py (+23/-6) breezy/git/transportgit.py (+1/-1) |
||||
To merge this branch: | bzr merge lp:~jelmer/brz/alpha-fix-git-python3 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Packman | 2018-10-03 | Approve on 2018-10-13 | |
Review via email:
|
Commit message
Fix reading of packed refs on Python 3.
Description of the change
Fix reading of packed refs on Python 3.
Breezy itself never creates packed-refs, so this codepath was not exercised.
To post a comment you must log in.
The Breezy Bot (the-breezy-bot) wrote : | # |
Running landing tests failed
https:/
Thanks!