It should be possible to find the merge proposal that approved a revision via the API
Bug #677077 reported by
Aaron Bentley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Aaron Bentley |
Bug Description
Sometimes it is useful to retrieve the merge proposal in which a revno was approved, to understand the context it was approved in better.
Related branches
lp://qastaging/~abentley/launchpad/find-review
- Curtis Hovey (community): Approve (code)
- j.c.sackett (community): Approve (code*)
-
Diff: 180 lines (+60/-6)6 files modifiedlib/canonical/launchpad/interfaces/_schema_circular_imports.py (+2/-0)
lib/lp/code/interfaces/branch.py (+15/-0)
lib/lp/code/model/branch.py (+5/-3)
lib/lp/code/model/branchcollection.py (+4/-1)
lib/lp/code/model/tests/test_branch.py (+15/-2)
lib/lp/code/model/tests/test_branchcollection.py (+19/-0)
Changed in launchpad-code: | |
status: | Triaged → In Progress |
assignee: | nobody → Aaron Bentley (abentley) |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Related to bug 343410?