tests/test-log-linerange.t
changeset 36033 dae84ccebc57
parent 34937 af924308110a
child 36197 db26e6a0a677
--- a/tests/test-log-linerange.t	Sun Feb 11 17:25:53 2018 +0530
+++ b/tests/test-log-linerange.t	Sun Feb 11 14:35:35 2018 +0100
@@ -172,6 +172,9 @@
   +3
   +4
   
+  $ hg log -f --graph -L foo,5:7 -p
+  abort: graph not supported with line range patterns
+  [255]
 
 With --template.
 
@@ -849,9 +852,3 @@
   $ hg log -f -L dir/baz,5:7 -p
   abort: cannot follow file not in parent revision: "dir/baz"
   [255]
-
-Graph log does work yet.
-
-  $ hg log -f -L dir/baz,5:7 --graph
-  abort: graph not supported with line range patterns
-  [255]