D1286: repoview: consider visibility exceptions in filterrevs()

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Mon Dec 4 09:29:38 EST 2017


pulkit abandoned this revision.
pulkit added a comment.


  For record, we just cannot do `- repo.getvisibilityexceptions()` for following reasons:
  
  1. The repo object which we have here can be filtered by different filtername than the filtername for which we are querying filterrevs.
  2. We need to reveal the ancestors of the visibiliity exceptions too, so we must consider the exceptions before we call _revealancestors()

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