tests/test-confused-revert.out
author Vadim Gelfer <vadim.gelfer@gmail.com>
Fri, 31 Mar 2006 10:37:25 -0800
changeset 2029 d436b21b20dc
parent 1449 30146be3437c
child 2030 8d9ec30d58bc
permissions -rw-r--r--
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)

%%% 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