Issue9

Title make showing removed files (in history etc.) faster
Priority wish Status resolved
Superseder 'hg log -v' should show removed files
View: 100
Nosy List mpm, tonfa
Assigned To Topics

Created on 2005-10-20.23:40:07 by mpm, last changed 2006-05-10.14:18:29 by ThomasAH.

Messages
msg574 (view) Author: tonfa Date: 2006-02-27.22:19:12
I think this can now be closed since we include removed files in the changelog.
msg7 (view) Author: mpm Date: 2005-10-20.23:40:07
Showing files that have been removed is slow because the information is
currently unavailable in changeset entries. Finding a reasonable way to store
this information that doesn't break too many things would be good.
History
Date User Action Args
2006-05-10 14:18:29ThomasAHsetstatus: chatting -> resolved
nosy: mpm, tonfa
2006-02-27 22:19:14tonfasetstatus: unread -> chatting
nosy: + tonfa
messages: + msg574
2006-01-29 07:00:09mpmsetsuperseder: + 'hg log -v' should show removed files
2005-10-20 23:40:07mpmcreate