Part of lp.code.browser.codeimport View In Hierarchy
URIField | svn_branch_url | The URL of a Subversion branch, starting with svn:// or http(s)://. You can include a username and password as part of the url, but this will be displayed on the branch page. |
URIField | git_repo_url | The URL of the Git repository. For imports to Bazaar, the 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. |
Choice | git_target_rcs_type | The version control system that the source code should be imported into on the Launchpad side. |
URIField | bzr_branch_url | The URL of the Bazaar branch. |
Choice | product | The Project to associate the code import with. |