Mercurial > hg
changeset 7083:9dcce703edb8
inotify: skip deactivation message
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 10 Oct 2008 11:29:57 -0500 |
parents | be81b4788115 |
children | f5c18a581b8b |
files | hgext/inotify/__init__.py tests/test-inotify-issue1208.out |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/inotify/__init__.py Fri Oct 10 11:29:30 2008 -0500 +++ b/hgext/inotify/__init__.py Fri Oct 10 11:29:57 2008 -0500 @@ -90,7 +90,6 @@ % err[-1]) ui.print_exc() # replace by old status function - ui.warn(_('deactivating inotify\n')) self.status = super(inotifydirstate, self).status return super(inotifydirstate, self).status(
--- a/tests/test-inotify-issue1208.out Fri Oct 10 11:29:30 2008 -0500 +++ b/tests/test-inotify-issue1208.out Fri Oct 10 11:29:57 2008 -0500 @@ -1,6 +1,5 @@ % fail failed to contact inotify server: No such file or directory -deactivating inotify abort: could not start server: File exists % inserve % status