Message9850

Author nicdumz
Recipients a7x
Date 2009-07-02.07:09:57
Content
confirmed. Uploading a test file. 

The problem is quite simple:

* inotify listens for changes.
* after a qpush, it sees that a file is created in the repository
* inotify then checks the dirstate, and notices that the file is registered in
the dirstate.
* inotify then infers that the file was created by the user, and added to the
dirstate. Hence the 'A file' output on hg status.
Files
File name Uploaded
test-inotify-issue1719 nicdumz, 2009-07-02.07:09:57
History
Date User Action Args
2009-07-02 07:09:57nicdumzsetrecipients: + a7x
2009-07-02 07:09:57nicdumzsetmessageid: <1246518597.72.0.478138637573.issue1719@selenic.com>
2009-07-02 07:09:57nicdumzlinkissue1719 messages
2009-07-02 07:09:57nicdumzcreate