Merge lp://qastaging/~jelmer/launchpad/always-import-link into lp://qastaging/launchpad
Proposed by
Jelmer Vernooij
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Jelmer Vernooij | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 11394 | ||||
Proposed branch: | lp://qastaging/~jelmer/launchpad/always-import-link | ||||
Merge into: | lp://qastaging/launchpad | ||||
Diff against target: |
62 lines (+7/-7) 3 files modified
lib/lp/code/browser/branchlisting.py (+2/-3) lib/lp/code/stories/branches/xx-product-branches.txt (+4/-3) lib/lp/code/stories/codeimport/xx-create-codeimport.txt (+1/-1) |
||||
To merge this branch: | bzr merge lp://qastaging/~jelmer/launchpad/always-import-link | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Nelson (community) | ui | Approve | |
Tim Penhey (community) | Approve | ||
Launchpad code reviewers | code | Pending | |
Review via email: mp+33070@code.qastaging.launchpad.net |
Commit message
Always present the link for importing a branch from a foreign VCS, rename the branch to "Import a branch".
Description of the change
This changes the main branch listing page for each project to always have a "Import a branch" link, independently of whether the project is hosting its development branch on Launchpad.
It also changes the title of the link to be "Import a branch" rather than "Import your project", per the discussion in bug 504868.
To post a comment you must log in.
Reasonable for now, but I'd really like to change the register branch view to handle foreign mirrors too.