Mercurial > hg-stable
diff tests/test-convert.t @ 26077:e63d05fbae84
convert: add convert.git.skipsubmodules option
This adds an option to not pull in gitsubmodules during a convert. This is
useful when converting large git repositories where gitsubmodules were allowed
historically, but are no longer wanted.
author | Durham Goode <durham@fb.com> |
---|---|
date | Mon, 24 Aug 2015 22:16:01 -0700 |
parents | b810b59eca62 |
children | 58f8b29c37ff |
line wrap: on
line diff
--- a/tests/test-convert.t Mon Aug 24 19:33:36 2015 -0700 +++ b/tests/test-convert.t Mon Aug 24 22:16:01 2015 -0700 @@ -265,6 +265,9 @@ remote refs are converted as bookmarks with "convert.git.remoteprefix" as a prefix followed by a /. The default is 'remote'. + convert.git.skipsubmodules + does not convert root level .gitmodules files or files with + 160000 mode indicating a submodule. Default is False. Perforce Source ###############