view tests/test-merge3.out @ 789:8162ff905b33

Fixed test to notice .out file generated by run-test.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 23 Jul 2005 17:08:12 +0100
parents 61ed30e82b27
children 1f9ec150a476 8f5637f0a0c0 0902ffece4b4
line wrap: on
line source

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