diff tests/test-log-linerange.t @ 48553:3b6b43a7ace4

logcmdutil: raise `StateError` when file to follow doesn't exist Differential Revision: https://phab.mercurial-scm.org/D11969
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 06 Jan 2022 22:09:40 -0800
parents 0492002560f3
children 55c6ebd11cb9
line wrap: on
line diff
--- a/tests/test-log-linerange.t	Thu Jan 06 22:03:21 2022 -0800
+++ b/tests/test-log-linerange.t	Thu Jan 06 22:09:40 2022 -0800
@@ -1150,4 +1150,4 @@
   $ hg ci -m 'remove baz' --quiet
   $ hg log -f -L dir/baz,5:7 -p
   abort: cannot follow file not in parent revision: "dir/baz"
-  [255]
+  [20]