##// 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-revert-unknown.out
8 lines | 123 B | text/plain | TextLexer
/ tests / test-revert-unknown.out
mpm@selenic.com
Fix bug with co -C across branches, update tests
r1236 %% Should show unknown
? unknown
%% Should show unknown and b removed
Vadim Gelfer
rewrite revert command. fix issues 93, 123, 147....
r2029 R b
mpm@selenic.com
Fix bug with co -C across branches, update tests
r1236 ? unknown
%% Should show a and unknown
a
unknown