D1184: fsmonitor: use nonnormalset from dirstatemap

wez (Wez Furlong) phabricator at mercurial-scm.org
Wed Oct 18 18:55:42 EDT 2017


wez added inline comments.

INLINE COMMENTS

> __init__.py:420
> -                         if (f not in results and
> -                             (st[2] < 0 or st[0] != 'n' or fresh_instance)))
> -            visit.update(f for f in copymap if f not in results)

... so we should probably restore this logic, but can perhaps optimize some of these elements in here because we now know that `fresh_instance` will always be true in this path

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D1184

To: quark, #hg-reviewers
Cc: wez, mercurial-devel


More information about the Mercurial-devel mailing list