##// END OF EJS Templates
Update tests to match new addremove chattiness.
Update tests to match new addremove chattiness.

File last commit:

r767:61ed30e8 default
r767:61ed30e8 default
Show More
test-merge3.out
10 lines | 177 B | text/plain | TextLexer
+ hg init
+ echo This is file a1
+ hg add a
+ hg commit -m 'commit #0' -d '0 0'
+ touch b
+ hg add b
+ rm b
+ hg commit -A '-mcomment #1' -d '0 0'
removing b
b never committed!