tests/test-grep.t
changeset 45895 fc4fb2f17dd4
parent 45765 ed84a4d48910
child 45906 95c4cca641f6
--- a/tests/test-grep.t	Fri Nov 20 14:43:21 2020 -0800
+++ b/tests/test-grep.t	Mon Nov 16 16:00:50 2020 -0800
@@ -25,13 +25,13 @@
 
   $ hg log -r 'diffcontains()'
   hg: parse error: diffcontains takes at least 1 argument
-  [255]
+  [10]
   $ hg log -r 'diffcontains(:)'
   hg: parse error: diffcontains requires a string pattern
-  [255]
+  [10]
   $ hg log -r 'diffcontains("re:**test**")'
   hg: parse error: invalid regular expression: nothing to repeat* (glob)
-  [255]
+  [10]
 
 simple