comparison tests/test-commit-interactive.t @ 45846: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
comparison
equal deleted inserted replaced
45845:f96fa4de5055 45846:96ca817ec192
59 Abort for untracked 59 Abort for untracked
60 60
61 $ touch untracked 61 $ touch untracked
62 $ hg commit -i -m should-fail empty-rw untracked 62 $ hg commit -i -m should-fail empty-rw untracked
63 abort: untracked: file not tracked! 63 abort: untracked: file not tracked!
64 [255] 64 [10]
65 $ rm untracked 65 $ rm untracked
66 66
67 Record empty file 67 Record empty file
68 68
69 $ hg commit -i -d '0 0' -m empty empty-rw<<EOF 69 $ hg commit -i -d '0 0' -m empty empty-rw<<EOF