should not be able to requestMirror for a hosted branch
Bug #610713 reported by
Tim Penhey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Medium
|
Tim Penhey |
Bug Description
Since hosted branches are no longer mirrored anywhere, requesting a mirror of a hosted branch doesn't make any sense, and actually puts the branch into a weird state.
Related branches
lp://qastaging/~thumper/launchpad/stop-mirroring-hosted
- Michael Hudson-Doyle: Approve
-
Diff: 201 lines (+19/-30)6 files modifiedlib/lp/code/browser/tests/test_branch.py (+2/-2)
lib/lp/code/model/branch.py (+4/-4)
lib/lp/code/model/tests/test_branch.py (+9/-8)
lib/lp/code/model/tests/test_branchmergeproposaljobs.py (+0/-1)
lib/lp/code/model/tests/test_branchtarget.py (+1/-7)
lib/lp/code/xmlrpc/tests/test_codehosting.py (+3/-8)
tags: |
added: qa-untestable removed: qa-needstesting |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r11250 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 11250>.