# HG changeset patch # User Nicolas Dumazet # Date 1246206806 -32400 # Node ID 37042e8b3b342b2e380d8be3e3f7692584c92d33 # Parent 206f7f4c5c2a9ff02231421c3ce708eac0581154 inotify: repo is not referenced from server, remove the weakref diff -r 206f7f4c5c2a -r 37042e8b3b34 hgext/inotify/__init__.py --- a/hgext/inotify/__init__.py Mon Jun 29 01:27:34 2009 +0900 +++ b/hgext/inotify/__init__.py Mon Jun 29 01:33:26 2009 +0900 @@ -57,9 +57,6 @@ if not hasattr(repo, 'dirstate'): return - # XXX: weakref until hg stops relying on __del__ - repo = proxy(repo) - class inotifydirstate(repo.dirstate.__class__): # We'll set this to false after an unsuccessful attempt so that