D1286: repoview: consider visibility exceptions in computehidden()

quark (Jun Wu) phabricator at mercurial-scm.org
Tue Nov 28 20:13:27 EST 2017


quark requested changes to this revision.
quark added a comment.
This revision now requires changes to proceed.


  This does not work for other repoviews. Why not do it at `filterrevs`?

INLINE COMMENTS

> repoview.py:151
>          func = filtertable[filtername]
>          repo.filteredrevcache[filtername] = func(repo.unfiltered())
>      return repo.filteredrevcache[filtername]

Here, append `- repo.getvisibilityexceptions()`.

REPOSITORY
  rHG Mercurial

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

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


More information about the Mercurial-devel mailing list