comparison hgext/inotify/__init__.py @ 8932:f87884329419

extensions: fix up description lines some more
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 24 Jun 2009 12:25:56 +0200
parents 868670dbc237
children 9cda78218ab3
comparison
equal deleted inserted replaced
8931:4c99eafb101e 8932:f87884329419
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, incorporated herein by reference.
8 8
9 '''accelerate status report using system level services''' 9 '''accelerate status report using Linux's inotify service'''
10 10
11 # todo: socket permissions 11 # todo: socket permissions
12 12
13 from mercurial.i18n import _ 13 from mercurial.i18n import _
14 from mercurial import cmdutil, util 14 from mercurial import cmdutil, util