hgext/convert/__init__.py
changeset 6172 0cd6846e5200
parent 6169 55455556f921
child 6173 963000ed8cac
equal deleted inserted replaced
6171:73b1de288801 6172:0cd6846e5200
    93     it replaces the default branch. If "svn://repo/path/branches"
    93     it replaces the default branch. If "svn://repo/path/branches"
    94     exists, its subdirectories are listed as possible branches. If
    94     exists, its subdirectories are listed as possible branches. If
    95     "svn://repo/path/tags" exists, it is looked for tags referencing
    95     "svn://repo/path/tags" exists, it is looked for tags referencing
    96     converted branches. Default "trunk", "branches" and "tags" values
    96     converted branches. Default "trunk", "branches" and "tags" values
    97     can be overriden with following options. Set them to paths
    97     can be overriden with following options. Set them to paths
    98     relative to the source URL.
    98     relative to the source URL, or leave them blank to disable
       
    99     autodetection.
    99 
   100 
   100     --config convert.svn.branches=branches    (directory name)
   101     --config convert.svn.branches=branches    (directory name)
   101         specify the directory containing branches
   102         specify the directory containing branches
   102     --config convert.svn.tags=tags            (directory name)
   103     --config convert.svn.tags=tags            (directory name)
   103         specify the directory containing tags
   104         specify the directory containing tags