comparison tests/test-addremove @ 4472:f975e986b4bf

Corrected similarity parameter used in test-addremove 0.5 meant 50% in the early stages of addremove -s, now 50 has to be used.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 01 Jun 2007 16:02:49 +0200
parents ff3ea21a981a
children
comparison
equal deleted inserted replaced
4471:736e49292809 4472:f975e986b4bf
20 echo c > c 20 echo c > c
21 hg commit -Ama 21 hg commit -Ama
22 mv a b 22 mv a b
23 rm c 23 rm c
24 echo d > d 24 echo d > d
25 hg addremove -s 0.5 25 hg addremove -s 50
26 hg commit -mb 26 hg commit -mb