Show More
@@ -420,4 +420,17 b' When a line without EOL is selected duri' | |||||
420 | $ cat a |
|
420 | $ cat a | |
421 | 0 |
|
421 | 0 | |
422 |
|
422 | |||
|
423 | When specified pattern does not exist, we should exit early (issue5789). | |||
|
424 | ||||
|
425 | $ hg files | |||
|
426 | a | |||
|
427 | $ hg rev b | |||
|
428 | b: no such file in rev b40d1912accf | |||
|
429 | $ hg rev -i b | |||
|
430 | b: no such file in rev b40d1912accf | |||
|
431 | diff --git a/a b/a | |||
|
432 | 1 hunks, 1 lines changed | |||
|
433 | examine changes to 'a'? [Ynesfdaq?] abort: response expected | |||
|
434 | [255] | |||
|
435 | ||||
423 | $ cd .. |
|
436 | $ cd .. |
General Comments 0
You need to be logged in to leave comments.
Login now