Mercurial > hg
changeset 28184:11c2f8af09c2
test-automv: fix inline config settings for 5ec1ce8fdf0a
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 22 Feb 2016 17:53:19 -0500 |
parents | e07daee83029 |
children | c7e8948627f3 |
files | tests/test-automv.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-automv.t Tue Feb 16 15:58:32 2016 +0000 +++ b/tests/test-automv.t Mon Feb 22 17:53:19 2016 -0500 @@ -75,7 +75,7 @@ $ hg status -C A b.txt R a.txt - $ hg commit --config automv.similarity='0.6' -m 'msg' + $ hg commit --config automv.similarity='60' -m 'msg' detected move of 1 files created new head $ hg status --change . -C @@ -227,7 +227,7 @@ $ hg status -C A b.txt R a.txt - $ hg commit --amend --config automv.similarity='0.6' -m 'amended' + $ hg commit --amend --config automv.similarity='60' -m 'amended' detected move of 1 files saved backup bundle to $TESTTMP/repo/.hg/strip-backup/*-amend-backup.hg (glob) $ hg status --change . -C