Show More
@@ -172,6 +172,9 b' Add some changes with two diff hunks' | |||||
172 | +3 |
|
172 | +3 | |
173 | +4 |
|
173 | +4 | |
174 |
|
174 | |||
|
175 | $ hg log -f --graph -L foo,5:7 -p | |||
|
176 | abort: graph not supported with line range patterns | |||
|
177 | [255] | |||
175 |
|
178 | |||
176 | With --template. |
|
179 | With --template. | |
177 |
|
180 | |||
@@ -849,9 +852,3 b' We get an error for removed files.' | |||||
849 | $ hg log -f -L dir/baz,5:7 -p |
|
852 | $ hg log -f -L dir/baz,5:7 -p | |
850 | abort: cannot follow file not in parent revision: "dir/baz" |
|
853 | abort: cannot follow file not in parent revision: "dir/baz" | |
851 | [255] |
|
854 | [255] | |
852 |
|
||||
853 | Graph log does work yet. |
|
|||
854 |
|
||||
855 | $ hg log -f -L dir/baz,5:7 --graph |
|
|||
856 | abort: graph not supported with line range patterns |
|
|||
857 | [255] |
|
General Comments 0
You need to be logged in to leave comments.
Login now