tests/test-convert-git.t
changeset 22511 b1ec65b3ba31
parent 22471 cc5f94db672b
child 22558 064a912ebfc2
--- a/tests/test-convert-git.t	Wed Sep 24 20:11:36 2014 -0700
+++ b/tests/test-convert-git.t	Tue Sep 23 14:40:32 2014 -0700
@@ -256,7 +256,7 @@
 
 input validation
   $ hg convert --config convert.git.similarity=foo --datesort git-repo2 fullrepo
-  abort: convert.git.similarity must be a number
+  abort: convert.git.similarity is not an integer ('foo')
   [255]
   $ hg convert --config convert.git.similarity=-1 --datesort git-repo2 fullrepo
   abort: similarity must be between 0 and 100