tests/test-merge3.out
author Bryan O'Sullivan <bos@serpentine.com>
Fri, 22 Jul 2005 19:46:02 -0800
changeset 767 61ed30e82b27
parent 749 7e4843b7efd2
child 775 122449dd89db
permissions -rw-r--r--
Update tests to match new addremove chattiness.

+ 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!