##// END OF EJS Templates
tests: unify test-addremove
tests: unify test-addremove

File last commit:

r11197:4bb4895e default
r11850:54dbf16b default
Show More
test-rebase-rename.out
38 lines | 652 B | text/plain | TextLexer
/ tests / test-rebase-rename.out
Stefano Tortarolo
rebase: don't lose rename/copy data (Issue1423)
r7954 adding a
adding b
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
created new head
% Rename is tracked
2:rename A
diff --git a/a b/a-renamed
rename from a
rename to a-renamed
% Rebase the revision containing the rename
% Rename is not lost
2:rename A
diff --git a/a b/a-renamed
rename from a
rename to a-renamed
adding a
adding b
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
created new head
% Copy is tracked
2:copy A
diff --git a/a b/a-copied
copy from a
copy to a-copied
% Rebase the revision containing the copy
% Copy is not lost
2:copy A
diff --git a/a b/a-copied
copy from a
copy to a-copied