diff tests/test-inotify-issue1371.out @ 7302:972737252d05

inotify: server raising an error when removing a file (issue1371) When a file is deleted via hg rm <file> the dirstate marks the file with a status of 'r'. The physical file has been deleted, but the inotify server tries to do a stat on the file after it's been removed. Patch catches the exception and correctly call updatestatus()
author Gerard Korsten <soonkia77@gmail.com>
date Sat, 01 Nov 2008 14:05:13 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test-inotify-issue1371.out	Sat Nov 01 14:05:13 2008 +0200
@@ -0,0 +1,16 @@
+inserv1
+% inserve
+adding a
+adding b
+adding c
+adding d
+adding e
+adding f
+adding hg.pid
+M c
+A g
+A h
+R a
+R e
+! b
+Are we able to kill the service? if not, the service died on some error