##// END OF EJS Templates
rewrite revert command. fix issues 93, 123, 147....
rewrite revert command. fix issues 93, 123, 147. new version does these things: - saves backup copies of modified files (issue 147) - prints output like other commands, and errors when files not found (issue 123) - marks files added/removed (issue 93)

File last commit:

r2029:d436b21b default
r2029:d436b21b default
Show More
test-confused-revert.out
25 lines | 409 B | text/plain | TextLexer
/ tests / test-confused-revert.out
%%% should show a removed and b added
A b
R a
reverting...
saving current version of b as b.bak
forgetting b
undeleting a
%%% should show b unknown and a back to normal
? b
? b.bak
merging a
%%% should show foo-b
foo-b
%%% should show a removed and b added
A b
R a
? b.bak
reverting...
forgetting b
undeleting a
%%% should show b unknown and a marked modified (merged)
? b
? b.bak
%%% should show foo-b
foo-b