[Updated] D8887: mergeresult: add `files()` and use it

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sat Aug 8 16:33:07 UTC 2020


This revision is now accepted and ready to land.
indygreg added inline comments.
indygreg accepted this revision.

INLINE COMMENTS

> merge.py:1327
>      prefetch(
>          repo, [(ctx.rev(), matchfiles(repo, files),)],
>      )

A generator is passed in here. I suspect this is fine. But just wanted to call it out since most other consumers of `files()` consume the generator immediately.

REPOSITORY
  rHG Mercurial

BRANCH
  default

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8887/new/

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

To: pulkit, #hg-reviewers, indygreg
Cc: indygreg, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200808/de8b1834/attachment-0002.html>


More information about the Mercurial-patches mailing list