hgext/inotify/server.py
changeset 10090 a3ad96ead8f0
parent 10013 b2e87fde6806
child 10239 8e4be44a676f
--- a/hgext/inotify/server.py	Fri Nov 27 09:23:10 2009 +0900
+++ b/hgext/inotify/server.py	Fri Dec 11 15:58:09 2009 +0900
@@ -281,17 +281,6 @@
             del self.statustrees[key].dir(root).files[fn]
             del self.tree.dir(root).files[fn]
 
-    def check_dirstate(self):
-        ds_info = self.dirstate_info()
-        if ds_info == self.ds_info:
-            return
-        self.ds_info = ds_info
-        if not self.ui.debugflag:
-            self.last_event = None
-        self.dirstate.invalidate()
-        self.handle_timeout()
-        self.scan()
-
     def update_hgignore(self):
         # An update of the ignore file can potentially change the
         # states of all unknown and ignored files.