hgext/inotify/__init__.py
changeset 7522 2f4a399a8787
parent 7452 89c516430107
child 8067 b084d6d6f345
--- a/hgext/inotify/__init__.py	Sun Dec 14 23:04:29 2008 -0800
+++ b/hgext/inotify/__init__.py	Mon Dec 15 12:02:18 2008 -0800
@@ -39,7 +39,7 @@
     cmdutil.service(opts, initfn=service.init, runfn=service.run)
 
 def reposetup(ui, repo):
-    if not repo.local():
+    if not hasattr(repo, 'dirstate'):
         return
 
     # XXX: weakref until hg stops relying on __del__