D7491: changectx: mark the parents of the working copy as non filtered

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sat Nov 23 19:55:23 EST 2019


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

INLINE COMMENTS

> context.py:1522
> +        return [
> +            changectx(self._repo, unfi.changelog.rev(n), n, False) for n in p
> +        ]

I'm adding a named argument in flight.

REPOSITORY
  rHG Mercurial

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

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

To: marmoute, #hg-reviewers, indygreg
Cc: indygreg, mercurial-devel


More information about the Mercurial-devel mailing list