diff hgext/inotify/__init__.py @ 9351:206f7f4c5c2a

inotify: client: no repo use
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Mon, 29 Jun 2009 01:27:34 +0900
parents 9cda78218ab3
children 37042e8b3b34
line wrap: on
line diff
--- a/hgext/inotify/__init__.py	Mon Jun 29 01:09:33 2009 +0900
+++ b/hgext/inotify/__init__.py	Mon Jun 29 01:27:34 2009 +0900
@@ -25,7 +25,8 @@
     class service(object):
         def init(self):
             try:
-                self.master = server.master(ui, repo, timeout)
+                self.master = server.master(ui, repo.dirstate,
+                                            repo.root, timeout)
             except server.AlreadyStartedException, inst:
                 raise util.Abort(str(inst))