hgext/inotify/__init__.py
branchstable
changeset 10263 25e572394f5c
parent 9855 f47c0881b16e
child 10264 d6512b3e9ac0
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     2 #
     2 #
     3 # Copyright 2006, 2007, 2008 Bryan O'Sullivan <bos@serpentine.com>
     3 # Copyright 2006, 2007, 2008 Bryan O'Sullivan <bos@serpentine.com>
     4 # Copyright 2007, 2008 Brendan Cully <brendan@kublai.com>
     4 # Copyright 2007, 2008 Brendan Cully <brendan@kublai.com>
     5 #
     5 #
     6 # This software may be used and distributed according to the terms of the
     6 # This software may be used and distributed according to the terms of the
     7 # GNU General Public License version 2, incorporated herein by reference.
     7 # GNU General Public License version 2 or any later version.
     8 
     8 
     9 '''accelerate status report using Linux's inotify service'''
     9 '''accelerate status report using Linux's inotify service'''
    10 
    10 
    11 # todo: socket permissions
    11 # todo: socket permissions
    12 
    12