tests/test-convert.t
changeset 22466 e1b68c0a9363
parent 22300 35ab037de989
child 22470 8e0c4df28eec
--- a/tests/test-convert.t	Sun Aug 24 17:27:28 2014 -0400
+++ b/tests/test-convert.t	Fri Sep 12 10:17:56 2014 -0700
@@ -236,6 +236,14 @@
       convert.svn.startrev
                     specify start Subversion revision number. The default is 0.
   
+      Git Source
+      ##########
+  
+      The Git importer converts commits from all reachable branches (refs in
+      refs/heads) and remotes (refs in refs/remotes) to Mercurial. Branches are
+      converted to bookmarks with the same name, with the leading 'refs/heads'
+      stripped. Git submodules are converted to Git subrepos in Mercurial.
+  
       Perforce Source
       ###############