diff tests/test-duplicateoptions.py @ 20622:352abbb0be88

extensions: remove the inotify extension (BC) This extension has always had correctness issues and has been unmaintained for years. It is now removed in favor of the third-party hgwatchman which is maintained and appears to be correct. Users with inotify enabled in their config files will fall back to standard status performance.
author Matt Mackall <mpm@selenic.com>
date Sat, 01 Mar 2014 16:20:15 -0600
parents f5dd179bfa4a
children d289b8847f23
line wrap: on
line diff
--- a/tests/test-duplicateoptions.py	Sat Mar 01 21:08:43 2014 -0500
+++ b/tests/test-duplicateoptions.py	Sat Mar 01 16:20:15 2014 -0600
@@ -1,7 +1,7 @@
 import os
 from mercurial import ui, commands, extensions
 
-ignore = set(['highlight', 'inotify', 'win32text', 'factotum'])
+ignore = set(['highlight', 'win32text', 'factotum'])
 
 if os.name != 'nt':
     ignore.add('win32mbcs')