test-automv: fix inline config settings for 5ec1ce8fdf0a
authorAugie Fackler <augie@google.com>
Mon, 22 Feb 2016 17:53:19 -0500
changeset 28184 11c2f8af09c2
parent 28183 e07daee83029
child 28185 c7e8948627f3
test-automv: fix inline config settings for 5ec1ce8fdf0a
tests/test-automv.t
--- 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