hgext/convert/__init__.py
changeset 26077 e63d05fbae84
parent 25884 b810b59eca62
child 26370 44cc9f63a2f1
--- a/hgext/convert/__init__.py	Mon Aug 24 19:33:36 2015 -0700
+++ b/hgext/convert/__init__.py	Mon Aug 24 22:16:01 2015 -0700
@@ -316,6 +316,9 @@
         ``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
     ###############