tests/test-convert-hg-startrev.t
changeset 28899 8c94594adbef
parent 26154 242853e14804
child 28900 b65966f50058
equal deleted inserted replaced
28898:8d398155bfda 28899:8c94594adbef
   219   | |
   219   | |
   220   | o  1 "1: add c, move f to d" files: c d f
   220   | o  1 "1: add c, move f to d" files: c d f
   221   |/
   221   |/
   222   o  0 "0: add a b f" files: a b f
   222   o  0 "0: add a b f" files: a b f
   223   
   223   
       
   224 Convert in multiple steps that doesn't overlap - the link to the parent is
       
   225 currently missing
       
   226 
       
   227   $ hg convert --config convert.hg.revs=::1 source multistep
       
   228   initializing destination multistep repository
       
   229   scanning source...
       
   230   sorting...
       
   231   converting...
       
   232   1 0: add a b f
       
   233   0 1: add c, move f to d
       
   234   $ hg convert --config convert.hg.revs=2 source multistep
       
   235   scanning source...
       
   236   sorting...
       
   237   converting...
       
   238   0 2: copy e from a, change b
       
   239   $ glog multistep
       
   240   o  2 "2: copy e from a, change b" files: a b c d e
       
   241   
       
   242   o  1 "1: add c, move f to d" files: c d f
       
   243   |
       
   244   o  0 "0: add a b f" files: a b f
       
   245