Skip to content
Snippets Groups Projects
Commit 2cf67d00 authored by Patrick Mezard's avatar Patrick Mezard
Browse files

test-convert-mtn: test directory move

parent b40e9034
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,9 @@
mtn drop dir/b
mtn mv bin bin2
mtn ci -m update2
# Test directory move
mtn mv dir dir2
mtn ci -m movedir
cd ..
echo % convert incrementally
......@@ -71,5 +74,5 @@
echo % manifest
hg manifest
echo % contents
cat dir/a
cat dir2/a
......@@ -26,8 +26,11 @@
mtn: renaming bin to bin2 in workspace manifest
mtn: beginning commit on branch 'com.selenic.test'
mtn: committed revision 6c6977a6ef609ec80e40779f89dbd2772c96de62
mtn: renaming dir to dir2 in workspace manifest
mtn: beginning commit on branch 'com.selenic.test'
mtn: committed revision 5de5abe7c15eae70cf3acdda23c9c319ea50c1af
% convert incrementally
assuming destination repo.mtn-hg
scanning source...
sorting...
converting...
......@@ -29,7 +32,8 @@
% convert incrementally
assuming destination repo.mtn-hg
scanning source...
sorting...
converting...
0 update2
1 update2
0 movedir
3 files updated, 0 files merged, 0 files removed, 0 files unresolved
......@@ -35,5 +39,7 @@
3 files updated, 0 files merged, 0 files removed, 0 files unresolved
@ 2 "update2" files: bin bin2 dir/b e
@ 3 "movedir" files: dir/a dir2/a
|
o 2 "update2" files: bin bin2 dir/b e
|
o 1 "update1" files: a bin c dir/a dir/b
|
......@@ -41,7 +47,7 @@
% manifest
bin2
dir/a
dir2/a
e
% contents
a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment