##// END OF EJS Templates
patch: return list of modified files even when an exception is raised...
patch: return list of modified files even when an exception is raised The file list is passed in as an argument and updated in place. This fixes issue399.

File last commit:

r2958:ff3ea21a default
r3465:2d35a8d2 default
Show More
test-addremove.out
15 lines | 195 B | text/plain | TextLexer
/ tests / test-addremove.out
Thomas Arendsen Hein
Added test for the currently broken addremove with the expected output.
r1623 adding dir/bar
adding foo
dir/bar
foo
adding dir/bar_2
adding foo_2
dir/bar_2
foo_2
Vadim Gelfer
addremove: add -s/--similarity option...
r2958 adding a
adding c
adding b
adding d
removing a
removing c
recording removal of a as rename to b (100% similar)