Issue 193 - Log and status of unknown file matching ignore list does not generate error (monotone)
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <3049b78be39125dab9eaee854f509cbf@localhost> |
Hello, A new issue has been created and assigned to you: 193 - Log and status of unknown file matching ignore list does not generate error Project: monotone Status: New Reported by: joe 23 Labels: Type:Defect Priority:Medium Description: No error is generated if the file matches a pattern in the ignore list. The output makes it look like the file is in the db but has no log history. This is very confusing and difficult to diagnose. Steps to reproduce the problem: ------------------------------- 1. > foo.bak 2. mtn status foo.bak 3. mtn log foo.bak (actually, step 1 is not required, it does the same thing even if no file is present) Expected result: ---------------- mtn: warning: restriction includes unknown path 'foo.bak' mtn: misuse: 1 unknown path Actual results: --------------- (xxx shown for actual values) status: Revision: xxx Parent: xxx Author: xxx Date: xxx Branch: xxx Changes against parent xxx no changes log: o (Revision: xxx) Output of `mtn version --full`: ------------------------------- 1.0.0 -- Issue: https://code.monotone.ca/p/monotone/issues/193/