##// 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 mtn drop dir/b
55 mtn drop dir/b
56 mtn mv bin bin2
56 mtn mv bin bin2
57 mtn ci -m update2
57 mtn ci -m update2
58 # Test directory move
59 mtn mv dir dir2
60 mtn ci -m movedir
58 cd ..
61 cd ..
59
62
60 echo % convert incrementally
63 echo % convert incrementally
@@ -71,5 +74,5 b' glog'
71 echo % manifest
74 echo % manifest
72 hg manifest
75 hg manifest
73 echo % contents
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 mtn: renaming bin to bin2 in workspace manifest
26 mtn: renaming bin to bin2 in workspace manifest
27 mtn: beginning commit on branch 'com.selenic.test'
27 mtn: beginning commit on branch 'com.selenic.test'
28 mtn: committed revision 6c6977a6ef609ec80e40779f89dbd2772c96de62
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 % convert incrementally
32 % convert incrementally
30 assuming destination repo.mtn-hg
33 assuming destination repo.mtn-hg
31 scanning source...
34 scanning source...
32 sorting...
35 sorting...
33 converting...
36 converting...
34 0 update2
37 1 update2
38 0 movedir
35 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
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 o 1 "update1" files: a bin c dir/a dir/b
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 % manifest
48 % manifest
43 bin2
49 bin2
44 dir/a
50 dir2/a
45 e
51 e
46 % contents
52 % contents
47 a
53 a
General Comments 0
You need to be logged in to leave comments. Login now