Differences between revisions 2 and 23 (spanning 21 versions)
Revision 2 as of 2007-04-25 18:51:25
Size: 694
Editor: BrendanCully
Comment: Link in python bindings
Revision 23 as of 2013-09-01 14:30:09
Size: 311
Editor: AdamLarry
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Inotify Extension ==

'''This extension is not distributed with Mercurial.'''

''Author: Bryan O'Sullivan''

Download site: [http://hg.kublai.com/mercurial/patches/inotify]

It also requires Bryan's [http://hg.kublai.com/python/inotify python bindings for inotify].

=== Overview ===

This extension uses the linux 2.6 inotify API to make status instantaneous for even very large repositories, by subscribing to the paths in the repository instead of having to check them all at every status command.

=== Configuration ===
Configure your .hgrc to enable the extension by adding following lines:

{{{
[extensions]
inotify=/path/to/inotify
}}}

----
CategoryExtension
The name of the writer is Karl. To act is something he genuinely enjoys executing. His dwelling is now in Delaware and he has every little thing that he demands there. In his expert daily life he is a cashier. Verify out his web site here: http://elleandelle.com/picking-out-painless-secrets-for-hair-removal/

The name of the writer is Karl. To act is something he genuinely enjoys executing. His dwelling is now in Delaware and he has every little thing that he demands there. In his expert daily life he is a cashier. Verify out his web site here: http://elleandelle.com/picking-out-painless-secrets-for-hair-removal/

InotifyExtension (last edited 2014-03-24 01:53:35 by Rain)