sangeet259 added a comment.

  > I don't think we should omit files that were seen in earlier revisions
  
  If I don't skip that would mean the same file in the same state being 
searched across all the revisions, and getting repetitive and redundant hits.
  
  One way I think to circumvent this is by using something like : `if f not in 
files or f in ctx.files()` and then checking if the new change corresponds to 
any match. But then, this makes it more similar to `--diff`.

REPOSITORY
  rHG Mercurial

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

To: sangeet259, #hg-reviewers
Cc: yuja, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to