changeset 45907 | 50afeeeb7b79 |
parent 45905 | e131dbf6ee15 |
child 45921 | 777e8d88f703 |
--- a/mercurial/commands.py Mon Nov 23 11:18:48 2020 -0800 +++ b/mercurial/commands.py Mon Nov 23 12:31:53 2020 -0800 @@ -5011,7 +5011,7 @@ except error.LookupError: pass if not filenodes: - raise error.InputError(_(b"'%s' not found in manifest!") % file_) + raise error.InputError(_(b"'%s' not found in manifest") % file_) p = [] for fn in filenodes: fctx = repo.filectx(file_, fileid=fn)