Mercurial > hg
view tests/test-serve.out @ 8320:a1305c1c8d8e
inotify: inotify.server.walk() simplify algorithm
Do not yield (bool, tuple) in a subfunction and check later:
'if not bool: yield tuple'.
Instead simplify so the tuple doesnt get yielded on the first time, to avoid
systematic checks.
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Mon, 04 May 2009 16:57:52 +0900 |
parents | eb69e7989145 |
children | 3318431f2ab4 |
line wrap: on
line source
% Without -v access log created - .hg/hgrc respected % errors % With -v listening at http://localhost/ (bound to 127.0.0.1) % errors % With --prefix foo listening at http://localhost/foo/ (bound to 127.0.0.1) % errors % With --prefix /foo listening at http://localhost/foo/ (bound to 127.0.0.1) % errors % With --prefix foo/ listening at http://localhost/foo/ (bound to 127.0.0.1) % errors % With --prefix /foo/ listening at http://localhost/foo/ (bound to 127.0.0.1) % errors