Merge lp:~nigelbabu/launchpad/645825-ui-example into lp:launchpad
Proposed by
Nigel Babu
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Graham Binns | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 13073 | ||||
Proposed branch: | lp:~nigelbabu/launchpad/645825-ui-example | ||||
Merge into: | lp:launchpad | ||||
Diff against target: |
61 lines (+33/-2) 3 files modified
lib/lp/registry/browser/tests/test_productseries_views.py (+31/-0) lib/lp/registry/templates/productseries-codesummary.pt (+1/-1) lib/lp/registry/templates/productseries-linkbranch.pt (+1/-1) |
||||
To merge this branch: | bzr merge lp:~nigelbabu/launchpad/645825-ui-example | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Steve Kowalik (community) | code | Approve | |
Graham Binns (community) | code | Approve | |
Review via email:
|
Commit message
[r=gmb,stevenk] [r=gmb][bug=645825] The ProductSeries:
Description of the change
The pages that show, or let me choose, the branch for a productseries tell me I can create the branch with "bzr push." They give a full example command line with the right product name, but the productseries name always seems to be "trunk" rather than the name of the series I'm actually trying to set a branch for. Fixed the hardcoded trunk with name of the series.
To post a comment you must log in.
This change looks great, but I don't think it's ready to land -- I'd like to see some test changes or test additions first.