tests/test-log-linerange.t
changeset 45827 8d72e29ad1e0
parent 43793 29adf0a087a1
child 45895 fc4fb2f17dd4
--- a/tests/test-log-linerange.t	Wed Oct 21 19:00:16 2020 -0700
+++ b/tests/test-log-linerange.t	Tue Oct 06 22:36:15 2020 -0700
@@ -363,7 +363,7 @@
 
   $ hg log -f -L foo,5:7 -p bar
   abort: FILE arguments are not compatible with --line-range option
-  [255]
+  [10]
 
 Option --rev acts as a restriction.
 
@@ -1135,7 +1135,7 @@
 
   $ hg log -L foo,5:7
   abort: --line-range requires --follow
-  [255]
+  [10]
 
 Non-exact pattern kinds are not allowed.