Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2016-12-16 18:40:29 +0300
committerValery Sizov <valery@gitlab.com>2016-12-16 18:43:27 +0300
commit20e472d946d7cc4a2b9dd91264458b1c4ceb5ab6 (patch)
tree15ab469751a392288601c4f71ec62179ec8e28f3 /doc
parent7985b52286237b3801fc112b8bf3841599931c23 (diff)
BB importer: Fix documantation
Diffstat (limited to 'doc')
-rw-r--r--doc/workflow/importing/import_projects_from_bitbucket.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/workflow/importing/import_projects_from_bitbucket.md b/doc/workflow/importing/import_projects_from_bitbucket.md
index f0b73ccbcd2..b6d47e5afa2 100644
--- a/doc/workflow/importing/import_projects_from_bitbucket.md
+++ b/doc/workflow/importing/import_projects_from_bitbucket.md
@@ -13,16 +13,14 @@ to enable this if not already.
- the repository description (GitLab 7.7+)
- the Git repository data (GitLab 7.7+)
- the issues (GitLab 7.7+)
+ - the issue comments (GitLab 8.15+)
- the pull requests (GitLab 8.4+)
- - the wiki pages (GitLab 8.4+)
- - the milestones (GitLab 8.7+)
- - the labels (GitLab 8.7+)
- - the release note descriptions (GitLab 8.12+)
+ - the pull request comments (GitLab 8.15+)
+ - the milestones (GitLab 8.15+)
- References to pull requests and issues are preserved (GitLab 8.7+)
- Repository public access is retained. If a repository is private in Bitbucket
it will be created as private in GitLab as well.
-Milestones and wiki pages are not imported from Bitbucket.
## How it works