Mercurial > public > mercurial-scm > hg-stable
diff tests/test-commit-interactive.t @ 45865:96ca817ec192
errors: raise InputError when given non-existent paths etc
Differential Revision: https://phab.mercurial-scm.org/D9328
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 12 Nov 2020 13:22:40 -0800 |
parents | 8d72e29ad1e0 |
children | ac362d5a7893 |
line wrap: on
line diff
--- a/tests/test-commit-interactive.t Thu Nov 12 10:35:33 2020 -0800 +++ b/tests/test-commit-interactive.t Thu Nov 12 13:22:40 2020 -0800 @@ -61,7 +61,7 @@ $ touch untracked $ hg commit -i -m should-fail empty-rw untracked abort: untracked: file not tracked! - [255] + [10] $ rm untracked Record empty file