changeset 9514 | 7c01599dd340 |
parent 9467 | 4c041f1ee1b4 |
child 9854 | 95e1867f765b |
--- a/hgext/inotify/client.py Sun Aug 16 11:30:24 2009 +0900 +++ b/hgext/inotify/client.py Sun Aug 16 11:11:37 2009 +0900 @@ -34,7 +34,8 @@ self.ui.debug('(starting inotify server)\n') try: try: - server.start(self.ui, self.dirstate, self.root) + server.start(self.ui, self.dirstate, self.root, + dict(daemon=True, daemon_pipefds='')) except server.AlreadyStartedException, inst: # another process may have started its own # inotify server while this one was starting.