##// END OF EJS Templates
test-convert-mtn: test directory move
Patrick Mezard -
r6377:2cf67d00 default
parent child Browse files
Show More
@@ -55,6 +55,9 b' mtn add e'
55 55 mtn drop dir/b
56 56 mtn mv bin bin2
57 57 mtn ci -m update2
58 # Test directory move
59 mtn mv dir dir2
60 mtn ci -m movedir
58 61 cd ..
59 62
60 63 echo % convert incrementally
@@ -71,5 +74,5 b' glog'
71 74 echo % manifest
72 75 hg manifest
73 76 echo % contents
74 cat dir/a
77 cat dir2/a
75 78
@@ -26,14 +26,20 b' mtn: dropping dir/b from workspace manif'
26 26 mtn: renaming bin to bin2 in workspace manifest
27 27 mtn: beginning commit on branch 'com.selenic.test'
28 28 mtn: committed revision 6c6977a6ef609ec80e40779f89dbd2772c96de62
29 mtn: renaming dir to dir2 in workspace manifest
30 mtn: beginning commit on branch 'com.selenic.test'
31 mtn: committed revision 5de5abe7c15eae70cf3acdda23c9c319ea50c1af
29 32 % convert incrementally
30 33 assuming destination repo.mtn-hg
31 34 scanning source...
32 35 sorting...
33 36 converting...
34 0 update2
37 1 update2
38 0 movedir
35 39 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
36 @ 2 "update2" files: bin bin2 dir/b e
40 @ 3 "movedir" files: dir/a dir2/a
41 |
42 o 2 "update2" files: bin bin2 dir/b e
37 43 |
38 44 o 1 "update1" files: a bin c dir/a dir/b
39 45 |
@@ -41,7 +47,7 b' o 0 "initialize" files: a bin c dir/b'
41 47
42 48 % manifest
43 49 bin2
44 dir/a
50 dir2/a
45 51 e
46 52 % contents
47 53 a
General Comments 0
You need to be logged in to leave comments. Login now