# HG changeset patch # User Thomas Arendsen Hein # Date 1180706569 -7200 # Node ID f975e986b4bf54e12d9f579ed8a3404b435104d9 # Parent 736e49292809a86cc21da07c25b74672c72584a5 Corrected similarity parameter used in test-addremove 0.5 meant 50% in the early stages of addremove -s, now 50 has to be used. diff --git a/tests/test-addremove b/tests/test-addremove --- a/tests/test-addremove +++ b/tests/test-addremove @@ -22,5 +22,5 @@ hg commit -Ama mv a b rm c echo d > d -hg addremove -s 0.5 +hg addremove -s 50 hg commit -mb