tests/test-convert-bzr.t
changeset 16099 4e4c416a0b1f
parent 16062 718b81e8b876
child 16899 8149ff405c78
child 17034 75fd9d1cf638
equal deleted inserted replaced
16097:8dc573a9c5e5 16099:4e4c416a0b1f
   259 
   259 
   260   $ hg -R repo-bzr tags
   260   $ hg -R repo-bzr tags
   261   tip                                3:* (glob)
   261   tip                                3:* (glob)
   262   branch-tag                         1:* (glob)
   262   branch-tag                         1:* (glob)
   263   trunk-tag                          0:* (glob)
   263   trunk-tag                          0:* (glob)
       
   264 
       
   265 Nested repositories (issue3254)
       
   266 
       
   267   $ bzr init-repo -q --no-trees repo/inner
       
   268   $ bzr init -q repo/inner/trunk
       
   269   $ bzr co repo/inner/trunk inner-trunk
       
   270   $ cd inner-trunk
       
   271   $ echo b > b
       
   272   $ bzr add b
       
   273   adding b
       
   274   $ bzr ci -qm addb
       
   275   $ cd ..
       
   276   $ hg convert --datesort repo noinner-bzr
       
   277   initializing destination noinner-bzr repository
       
   278   scanning source...
       
   279   sorting...
       
   280   converting...
       
   281   2 adda
       
   282   1 addb
       
   283   0 changea
       
   284   updating tags