Submitter | Denis Laxalde |
---|---|
Date | Feb. 13, 2018, 8:46 p.m. |
Message ID | <75a4598a4375d80d240c.1518554812@marimba> |
Download | mbox | patch |
Permalink | /patch/27845/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-revert-interactive.t b/tests/test-revert-interactive.t --- a/tests/test-revert-interactive.t +++ b/tests/test-revert-interactive.t @@ -420,4 +420,17 @@ When a line without EOL is selected duri $ cat a 0 +When specified pattern does not exist, we should exit early (issue5789). + + $ hg files + a + $ hg rev b + b: no such file in rev b40d1912accf + $ hg rev -i b + b: no such file in rev b40d1912accf + diff --git a/a b/a + 1 hunks, 1 lines changed + examine changes to 'a'? [Ynesfdaq?] abort: response expected + [255] + $ cd ..