[PATCH 5 of 5] inotify: introduce debuginotify, which lists which paths are under watch

Martin Geisler mg at lazybytes.net
Fri May 15 01:47:55 CDT 2009


Nicolas Dumazet <nicdumz at gmail.com> writes:

> # HG changeset patch
> # User Nicolas Dumazet <nicdumz.commits at gmail.com>
> # Date 1240328255 -32400
> # Node ID 7eebc5ac886ec96f52ec724c17343d2598be8f99
> # Parent  ed1205e47569186705300b7cfe73a6ab3ecaa6ae
> inotify: introduce debuginotify, which lists which paths are under watch
>
> diff --git a/hgext/inotify/__init__.py b/hgext/inotify/__init__.py
> --- a/hgext/inotify/__init__.py
> +++ b/hgext/inotify/__init__.py
> @@ -39,6 +39,18 @@
>      service = service()
>      cmdutil.service(opts, initfn=service.init, runfn=service.run)
>  
> +def debuginotify(ui, repo, **opts):
> +    '''Debugging information for inotify extension

The first line of the command help always start in lower-case.

-- 
Martin Geisler

VIFF (Virtual Ideal Functionality Framework) brings easy and efficient
SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial-devel/attachments/20090515/81d5ffee/attachment.pgp 


More information about the Mercurial-devel mailing list