Message349

Author rslomkow
Recipients
Date 2006-01-03.19:13:03
Content
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-03 19:13:08rslomkowsetmessageid: <1136315588.49.0.709052972142.issue101@selenic.com>
2006-01-03 19:13:08rslomkowlinkissue101 messages
2006-01-03 19:13:04rslomkowcreate