Submitter | Denis Laxalde |
---|---|
Date | Feb. 11, 2018, 4:57 p.m. |
Message ID | <50e9309bc899d5366811.1518368240@marimba> |
Download | mbox | patch |
Permalink | /patch/27574/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-log-linerange.t b/tests/test-log-linerange.t --- a/tests/test-log-linerange.t +++ b/tests/test-log-linerange.t @@ -172,6 +172,9 @@ Add some changes with two diff hunks +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 @@ We get an error for removed files. $ 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]