launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #21118
Re: [Merge] lp:~cjwatson/launchpad/codeimport-git-new-view into lp:launchpad
Review: Approve code
Diff comments:
> === modified file 'lib/lp/code/browser/codeimport.py'
> --- lib/lp/code/browser/codeimport.py 2016-10-14 17:29:44 +0000
> +++ lib/lp/code/browser/codeimport.py 2016-10-14 17:29:44 +0000
> @@ -243,9 +250,10 @@
> git_repo_url = URIField(
> title=_("Repo URL"), required=False,
> description=_(
> - "The URL of the git repository. The HEAD branch will be "
> - "imported. You can import different branches by appending "
> - "',branch=$name' to the URL."),
> + "The URL of the git repository. For imports to Bazaar, the "
s/git/Git/
> + "HEAD branch will be imported by default, but you can import "
> + "different branches by appending ',branch=$name' to the URL. "
> + "For imports to Git, the entire repository will be imported."),
> allowed_schemes=["git", "http", "https"],
> allow_userinfo=True,
> allow_port=True,
--
https://code.launchpad.net/~cjwatson/launchpad/codeimport-git-new-view/+merge/308545
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
References