tests/test-convert-bzr.t
branchstable
changeset 17034 75fd9d1cf638
parent 16099 4e4c416a0b1f
child 17036 ab4644c3064f
equal deleted inserted replaced
17026:f8af57c00a29 17034:75fd9d1cf638
   213   $ bzr init-repo -q --no-trees repo
   213   $ bzr init-repo -q --no-trees repo
   214   $ bzr init -q repo/trunk
   214   $ bzr init -q repo/trunk
   215   $ bzr co repo/trunk repo-trunk
   215   $ bzr co repo/trunk repo-trunk
   216   $ cd repo-trunk
   216   $ cd repo-trunk
   217   $ echo a > a
   217   $ echo a > a
   218   $ bzr add a
   218   $ bzr add -q a
   219   adding a
   219   $ bzr ci -qm adda
   220   $ bzr ci -qm adda --commit-time '2012-01-01 00:00:01 +0000'
       
   221   $ bzr tag trunk-tag
   220   $ bzr tag trunk-tag
   222   Created tag trunk-tag.
   221   Created tag trunk-tag.
   223   $ bzr switch -b branch
   222   $ bzr switch -b branch
   224   Tree is up to date at revision 1.
   223   Tree is up to date at revision 1.
   225   Switched to branch: *repo/branch/ (glob)
   224   Switched to branch: *repo/branch/ (glob)
   226   $ echo b > b
   225   $ echo b > b
   227   $ bzr add b
   226   $ bzr add -q b
   228   adding b
   227   $ bzr ci -qm addb
   229   $ bzr ci -qm addb --commit-time '2012-01-01 00:00:02 +0000'
       
   230   $ bzr tag branch-tag
   228   $ bzr tag branch-tag
   231   Created tag branch-tag.
   229   Created tag branch-tag.
   232   $ bzr switch --force ../repo/trunk
   230   $ bzr switch --force ../repo/trunk
   233   Updated to revision 1.
   231   Updated to revision 1.
   234   Switched to branch: */repo/trunk/ (glob)
   232   Switched to branch: */repo/trunk/ (glob)
   235   $ echo a >> a
   233   $ echo a >> a
   236   $ bzr ci -qm changea --commit-time '2012-01-01 00:00:03 +0000'
   234   $ bzr ci -qm changea
   237   $ cd ..
   235   $ cd ..
   238   $ hg convert --datesort repo repo-bzr
   236   $ hg convert --datesort repo repo-bzr
   239   initializing destination repo-bzr repository
   237   initializing destination repo-bzr repository
   240   scanning source...
   238   scanning source...
   241   sorting...
   239   sorting...
   267   $ bzr init-repo -q --no-trees repo/inner
   265   $ bzr init-repo -q --no-trees repo/inner
   268   $ bzr init -q repo/inner/trunk
   266   $ bzr init -q repo/inner/trunk
   269   $ bzr co repo/inner/trunk inner-trunk
   267   $ bzr co repo/inner/trunk inner-trunk
   270   $ cd inner-trunk
   268   $ cd inner-trunk
   271   $ echo b > b
   269   $ echo b > b
   272   $ bzr add b
   270   $ bzr add -q b
   273   adding b
       
   274   $ bzr ci -qm addb
   271   $ bzr ci -qm addb
   275   $ cd ..
   272   $ cd ..
   276   $ hg convert --datesort repo noinner-bzr
   273   $ hg convert --datesort repo noinner-bzr
   277   initializing destination noinner-bzr repository
   274   initializing destination noinner-bzr repository
   278   scanning source...
   275   scanning source...