hgext/inotify/common.py
branchstable
changeset 10263 25e572394f5c
parent 9854 95e1867f765b
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 import cStringIO, socket, struct
     9 import cStringIO, socket, struct
    10 
    10 
    11 """
    11 """
    12   Protocol between inotify clients and server:
    12   Protocol between inotify clients and server: