Issue 183 - 'mtn log directoryname' omits revs for deleted files (monotone)
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <b2ec72b307d50eadd74761522edcd551@localhost> |
Hello, A new issue has been created and assigned to you: 183 - 'mtn log directoryname' omits revs for deleted files Project: monotone Status: New Reported by: joe 23 Labels: Type:Defect Priority:Medium Description: Steps to reproduce the problem: ------------------------------- 1. mkdir foo 2. mtn add foo 3. mtn ci 4. echo bar > foo/bar 5. mtn add foo/bar 6. mtn ci 7. mtn drop foo/bar 8. mtn ci 9. mtn log foo --last 3 10. mtn log --last 3 Expected result: ---------------- 9) and 10) should produce identical outputs - a log of all 3 revs Actual results: --------------- 9) Shows only the first checkin (step 3). The revs that add and delete foo/bar (steps 6 and 8) are not shown. The output of 10) is correct. Output of `mtn version --full`: ------------------------------- 1.0.0 -- Issue: https://code.monotone.ca/p/monotone/issues/183/