Merge lp:~rye/python-oops-tools/u1-prefix-support into lp:python-oops-tools
Proposed by
Roman Yepishev
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Robert Collins | ||||
Approved revision: | 20 | ||||
Merged at revision: | 20 | ||||
Proposed branch: | lp:~rye/python-oops-tools/u1-prefix-support | ||||
Merge into: | lp:python-oops-tools | ||||
Diff against target: |
44 lines (+21/-3) 2 files modified
src/oopstools/oops/models.py (+10/-3) src/oopstools/oops/test/test_dboopsloader.py (+11/-0) |
||||
To merge this branch: | bzr merge lp:~rye/python-oops-tools/u1-prefix-support | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins (community) | Approve | ||
Review via email:
|
Commit message
Handle the form of oops prefix guessing that U1 needs.
Description of the change
This adds U1 OOPS prefix format parsing. Test for the OOPS-<hash> passed too.
To post a comment you must log in.
Thanks for this.