##// END OF EJS Templates
transitive copy/rename...
transitive copy/rename Add support for transitive copy or rename operations, e.g. hg rename a b ... (possibly edit b) hg rename b c hg commit ... by actually renaming "b" as "c" while recording a copy of "a" to "c" and a removal of "a".

File last commit:

r1449:30146be3 default
r1747:91c56c42 default
Show More
test-confused-revert.out
17 lines | 296 B | text/plain | TextLexer
/ tests / test-confused-revert.out
%%% should show a removed and b added
A b
R a
reverting...
%%% should show b unknown and a back to normal
? b
merging a
%%% should show foo-b
foo-b
%%% should show a removed and b added
A b
R a
reverting...
%%% should show b unknown and a marked modified (merged)
? b
%%% should show foo-b
foo-b