Issue101

Title log the removal of a file in the "files:" parameter
Priority bug Status resolved
Superseder 'hg log -v' should show removed files
View: 100
Nosy List rslomkow
Assigned To Topics

Created on 2006-01-03.19:13:08 by rslomkow, last changed 2006-01-05.13:54:20 by tonfa.

Messages
msg357 (view) Author: tonfa Date: 2006-01-05.13:54:19
i set this to resolved, since it is a duplicate issue.
msg351 (view) Author: rslomkow Date: 2006-01-03.21:50:29
100 described this the day before
msg350 (view) Author: tonfa Date: 2006-01-03.21:36:38
issue100 already describes it.

regards,

Benoit
msg349 (view) Author: rslomkow Date: 2006-01-03.19:13:03
summary:

When a file is removed, it is not properly logged in the hg log.  A removed file
should also appear as a changed file in the log

Steps to reproduce:

1) create file "filename"
2) $ hg add filename
3) $ hg commmit filename
4) remove file "filename"
5) $ hg commit
6) $ hg log -v 

RESULT: a log entry with an empty "file:" section
EXPECT: a log entry with the "file:" section listing the file removed
History
Date User Action Args
2006-01-05 13:54:20tonfasetstatus: unread -> resolved
messages: + msg357
2006-01-03 21:50:30rslomkowsetstatus: chatting -> unread
superseder: + 'hg log -v' should show removed files
messages: + msg351
2006-01-03 21:36:41tonfasetstatus: unread -> chatting
messages: + msg350
2006-01-03 19:13:08rslomkowcreate