Differences between revisions 1 and 21 (spanning 20 versions)
Revision 1 as of 2007-04-25 15:59:42
Size: 599
Editor: BrendanCully
Comment: Placeholder inotify page
Revision 21 as of 2013-08-27 13:33:09
Size: 0
Editor: AugieFackler
Comment: Spam wikipage deleted by robot
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]

=== 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

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