Issue1795

Title after qpush, files are shown as added when inotify is enabled
Priority bug Status resolved
Superseder inotify: hg qpush reports local changes if patch contains new or deleted file
View: 1719
Nosy List nicdumz, simohe
Assigned To nicdumz Topics inotify, mq

Created on 2009-08-14.06:59:20 by simohe, last changed 2009-08-14.07:36:43 by simohe.

Files
File name Uploaded Type Edit Remove
test-inotify-mq simohe, 2009-08-14.06:59:20 application/octet-stream
Messages
msg10328 (view) Author: simohe Date: 2009-08-14.06:59:20
When inotify is enabled, there is the following problem:
Lets say patch "adda" adds a new file "a". When this patch is popped and
pushed again, the files state is A (add) instead of C (clean).

See attached test
History
Date User Action Args
2009-08-14 07:36:43simohesetstatus: unread -> resolved
superseder: + inotify: hg qpush reports local changes if patch contains new or deleted file
2009-08-14 06:59:20simohecreate