##// END OF EJS Templates
commands: hide deprecated commands....
commands: hide deprecated commands. A command is considered deprecated if the word "DEPRECATED" is found in the doc string. Such commands are hidden from non-verbose help.

File last commit:

r8990:62739933 default
r9128:98d90ad5 default
Show More
test-addremove.out
22 lines | 358 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
Gilles Moris
Have verbose and debug flag print the changeset rev and hash when committing....
r6935 committed changeset 0:d44511117907
Thomas Arendsen Hein
Added test for the currently broken addremove with the expected output.
r1623 adding dir/bar_2
adding foo_2
dir/bar_2
foo_2
Gilles Moris
Have verbose and debug flag print the changeset rev and hash when committing....
r6935 committed changeset 1:a85812e0561a
Vadim Gelfer
addremove: add -s/--similarity option...
r2958 adding a
adding c
Matt Mackall
dirstate.walk: push sorting up
r6827 removing a
Vadim Gelfer
addremove: add -s/--similarity option...
r2958 adding b
Matt Mackall
dirstate.walk: push sorting up
r6827 removing c
Vadim Gelfer
addremove: add -s/--similarity option...
r2958 adding d
recording removal of a as rename to b (100% similar)
Matt Mackall
addremove: build lists of already added and removed files too (issue1696)
r8990 removing a
adding b
removing c
adding d
recording removal of a as rename to b (100% similar)