hg.rst
changeset 898 32e4be02ab01
parent 896 07df4fa723e0
child 901 e8d1390c77b3
equal deleted inserted replaced
897:b4d7d3091494 898:32e4be02ab01
    96   http://mercurial.selenic.com/wiki/ConvertExtension
    96   http://mercurial.selenic.com/wiki/ConvertExtension
    97 
    97 
    98 ** Fix branch names.
    98 ** Fix branch names.
    99 
    99 
   100   $ hg conver --branchmap $branchmapfile oldrepo newrepo
   100   $ hg conver --branchmap $branchmapfile oldrepo newrepo
       
   101 
       
   102 To convert non-ASCII names use UTF-8 coding for 'branchmap' file.
       
   103 
       
   104 When converted names with spaces only last space in 'branchmap' file treat as
       
   105 separator between old branch name and new, so new branch name can not contain
       
   106 spaces.
   101 
   107 
   102 * Join history of two repos.
   108 * Join history of two repos.
   103 
   109 
   104   $ cat >filemap1.txt <<EOF
   110   $ cat >filemap1.txt <<EOF
   105 rename . dir1
   111 rename . dir1