launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #19688
[Merge] lp:~mvo/launchpad/git-code-import-help into lp:launchpad
Michael Vogt has proposed merging lp:~mvo/launchpad/git-code-import-help into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~mvo/launchpad/git-code-import-help/+merge/276137
Tiny branch that improves the description around git imports to reflect that it can import non HEAD branches. I was not aware of this feature and I love it and want to ensure people find it easier :)
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~mvo/launchpad/git-code-import-help into lp:launchpad.
=== modified file 'lib/lp/code/browser/codeimport.py'
--- lib/lp/code/browser/codeimport.py 2015-06-12 14:20:12 +0000
+++ lib/lp/code/browser/codeimport.py 2015-10-29 14:20:53 +0000
@@ -229,8 +229,9 @@
git_repo_url = URIField(
title=_("Repo URL"), required=False,
description=_(
- "The URL of the git repository. The HEAD branch will be "
- "imported."),
+ "The URL of the git repository. The HEAD branch will be "
+ "imported. You can import different branches by appending "
+ "',branch=$name' to the URL."),
allowed_schemes=["git", "http", "https"],
allow_userinfo=True,
allow_port=True,
Follow ups