comparison mercurial/hook.py @ 8605:ed2d9bdbfad2

inotify: do not defer inotify events processing Doing a part of the event processing and deferring the rest is a bad habit: it complexifies the code, and it does not respect event ordering! Moreover, there is already a timeout handling, so that inotify events are only processed when a treshold is exceeded: there is no requirement to delay anymore the events processing.
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Fri, 22 May 2009 09:57:53 +0900
parents 0bf0045000b5
children 872d49dd577a
comparison
equal deleted inserted replaced
8604:578f2a0049cd 8605:ed2d9bdbfad2