D1285: repoview: add a new attribute _visibilityexceptions and related API

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


quark accepted this revision.
quark added inline comments.

INLINE COMMENTS

> repoview.py:236-238
> +    def addvisibilityexceptions(self, exceptions):
> +        """adds hidden revs which should be visible to set of exceptions"""
> +        self._visibilityexceptions.update(exceptions)

Maybe rename `exceptions` to `revs` so people can know its type from the signature.

REPOSITORY
  rHG Mercurial

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

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


More information about the Mercurial-devel mailing list