Mercurial > hg
changeset 19869:4210a05c4329
inotify: don't pass pidfile option to child
The child no longer needs it.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Wed, 02 Oct 2013 14:24:25 -0700 |
parents | 0532c8f8e911 |
children | 055d5b3f83b1 |
files | hgext/inotify/server.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/inotify/server.py Wed Oct 02 15:20:49 2013 -0700 +++ b/hgext/inotify/server.py Wed Oct 02 14:24:25 2013 -0700 @@ -454,7 +454,6 @@ opts.setdefault('pid_file', '') if opts['daemon'] and pidfile is not None and not opts['pid_file']: opts['pid_file'] = pidfile - runargs.append("--pid-file=%s" % pidfile) service = service() logfile = ui.config('inotify', 'log')