monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Issue 183 - 'mtn log directoryname' omits revs for dele


From: code
Subject: [Monotone-devel] Issue 183 - 'mtn log directoryname' omits revs for deleted files (monotone)
Date: Tue, 06 Sep 2011 22:46:01 +0200

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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]