Mercurial > hg
view tests/test-clone.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 | a218ba5f60df |
children | a3d73b3e1f8a |
line wrap: on
line source
% prepare repo a % list files in store/data (should show a 'b.d') .hg/store/data/a.i .hg/store/data/b.d .hg/store/data/b.i % default operation updating working directory 2 files updated, 0 files merged, 0 files removed, 0 files unresolved a checking changesets checking manifests crosschecking files in changesets and manifests checking files 2 files, 11 changesets, 11 total revisions % no update a not present checking changesets checking manifests crosschecking files in changesets and manifests checking files 2 files, 11 changesets, 11 total revisions % default destination destination directory: a updating working directory 2 files updated, 0 files merged, 0 files removed, 0 files unresolved a % check that we drop the file:// from the path before % writing the .hgrc updating working directory 2 files updated, 0 files merged, 0 files removed, 0 files unresolved % check that path aliases are expanded a#0 % use --pull requesting all changes adding changesets adding manifests adding file changes added 11 changesets with 11 changes to 2 files updating working directory 2 files updated, 0 files merged, 0 files removed, 0 files unresolved checking changesets checking manifests crosschecking files in changesets and manifests checking files 2 files, 11 changesets, 11 total revisions % clone to . updating working directory 2 files updated, 0 files merged, 0 files removed, 0 files unresolved