hgext/convert/__init__.py
changeset 6173 963000ed8cac
parent 6172 0cd6846e5200
child 6238 aac270593ef7
equal deleted inserted replaced
6172:0cd6846e5200 6173:963000ed8cac
   103     --config convert.svn.tags=tags            (directory name)
   103     --config convert.svn.tags=tags            (directory name)
   104         specify the directory containing tags
   104         specify the directory containing tags
   105     --config convert.svn.trunk=trunk          (directory name)
   105     --config convert.svn.trunk=trunk          (directory name)
   106         specify the name of the trunk branch
   106         specify the name of the trunk branch
   107 
   107 
       
   108     Source history can be retrieved starting at a specific revision,
       
   109     instead of being integrally converted. Only single branch
       
   110     conversions are supported.
       
   111 
       
   112     --config convert.svn.startrev=0           (svn revision number)
       
   113         specify start Subversion revision.
       
   114 
   108     Mercurial Destination
   115     Mercurial Destination
   109     ---------------------
   116     ---------------------
   110 
   117 
   111     --config convert.hg.clonebranches=False   (boolean)
   118     --config convert.hg.clonebranches=False   (boolean)
   112         dispatch source branches in separate clones.
   119         dispatch source branches in separate clones.