tests/test-merge3.out
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 23 Jul 2005 17:08:12 +0100
changeset 789 8162ff905b33
parent 767 61ed30e82b27
child 801 1f9ec150a476
child 808 8f5637f0a0c0
child 814 0902ffece4b4
permissions -rw-r--r--
Fixed test to notice .out file generated by run-test.

+ 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'
adding .out
removing b
b never committed!