Merge ~ilasc/launchpad:bug-1651826 into launchpad:master

Proposed by Ioana Lasc
Status: Merged
Approved by: Colin Watson
Approved revision: be011c1e9ece44c859e2fde4b8a329f2b538657b
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~ilasc/launchpad:bug-1651826
Merge into: launchpad:master
Diff against target: 37 lines (+10/-4)
2 files modified
lib/lp/code/stories/codeimport/xx-create-codeimport.txt (+4/-0)
lib/lp/code/templates/codeimport-new.pt (+6/-4)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+373860@code.launchpad.net

Commit message

LP: #1651826 Mentioned on the Git Import Page that it won't be possible to push to push directly to the imported repository.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) wrote :

Thanks! And happy first merge proposal day.

While the commit message in this merge proposal has the correct bug number, the git commit message in the branch has an incorrect one. Could you fix that with "git commit --amend" and "git push --force-with-lease", before working on any of the other comments I make here? (We may still need to fix the "Related bugs" part manually.)

review: Needs Fixing
~ilasc/launchpad:bug-1651826 updated
c4b3cce... by Ioana Lasc

Mentioned at the top of the New Import Page that it won't be possible to push to push directly to the imported repository.

LP: #1651826

Revision history for this message
Colin Watson (cjwatson) wrote :

Looks fairly good now; just a couple more tweaks and we can merge.

Note that you don't need to mention the bug number in every commit; one will do, as long as it's part of the set of unmerged commits introduced by the merge proposal. It's also better for each commit in a series to say what it changed, rather than repeating a commit message that's very similar to the previous ones.

Also, https://git.launchpad.net/~ilasc/launchpad/commit/?id=dec994e93ecac3ac7171ffa86413b70f21c93bc7 is empty and should probably just be rebased out of your history. Let me know if you need help with the details of this.

review: Approve
Revision history for this message
Ioana Lasc (ilasc) :
~ilasc/launchpad:bug-1651826 updated
8ce70f8... by Ioana Lasc

Moved new sentence into its own paragraph at the top of the page.

be011c1... by Ioana Lasc

Removed spurious trailing space introduced earlier in codeimport.py.

Revision history for this message
Ioana Lasc (ilasc) wrote :

This branch is now ready for a new review.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lib/lp/code/stories/codeimport/xx-create-codeimport.txt b/lib/lp/code/stories/codeimport/xx-create-codeimport.txt
2index 6825114..c8cb7a1 100644
3--- a/lib/lp/code/stories/codeimport/xx-create-codeimport.txt
4+++ b/lib/lp/code/stories/codeimport/xx-create-codeimport.txt
5@@ -16,6 +16,10 @@ the code home page "Import your project".
6 >>> print(browser.title)
7 Request a code import...
8
9+ >>> browser.contents
10+ '...You will not be able to push directly to the
11+ imported\n branch or repository...'
12+
13 There is a cancel link on this page near the buttons to take the
14 user back to the main code page.
15
16diff --git a/lib/lp/code/templates/codeimport-new.pt b/lib/lp/code/templates/codeimport-new.pt
17index 0464922..ef544dd 100644
18--- a/lib/lp/code/templates/codeimport-new.pt
19+++ b/lib/lp/code/templates/codeimport-new.pt
20@@ -19,12 +19,14 @@
21 <div metal:fill-slot="main">
22
23 <div metal:use-macro="context/@@launchpad_form/form">
24- <p metal:fill-slot="extra_info" tal:condition="not:view/errors">
25- For more details on importing source code into Launchpad,
26+ <div metal:fill-slot="extra_info" tal:condition="not:view/errors">
27+ <p>For more details on importing source code into Launchpad,
28 see the help wiki page
29 <a href="https://help.launchpad.net/VcsImports">
30- VcsImports</a>.
31- </p>
32+ VcsImports</a>.</p>
33+ <p>You will not be able to push directly to the imported
34+ branch or repository.</p>
35+ </div>
36
37 <metal:formbody fill-slot="widgets">
38

Subscribers

People subscribed via source and target branches

to status/vote changes: