tests/test-convert-git.t
changeset 30927 8fa3ab6221b9
parent 30815 c5bf2e8ec18c
child 32902 642feee29d70
--- a/tests/test-convert-git.t	Sun Feb 12 21:40:46 2017 -0800
+++ b/tests/test-convert-git.t	Sun Feb 12 21:44:55 2017 -0800
@@ -330,7 +330,7 @@
 
 input validation
   $ hg convert --config convert.git.similarity=foo --datesort git-repo2 fullrepo
-  abort: convert.git.similarity is not an integer ('foo')
+  abort: convert.git.similarity is not a valid integer ('foo')
   [255]
   $ hg convert --config convert.git.similarity=-1 --datesort git-repo2 fullrepo
   abort: similarity must be between 0 and 100