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

2019-11-23 Thread marmoute (Pierre-Yves David)
Closed by commit rHG0e72b2518f0e: changectx: mark the parents of the working copy as non filtered (authored by marmoute). This revision was automatically updated to reflect the committed changes. CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D7491?vs=18364=18376#toc REPOSITORY rHG

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

2019-11-23 Thread indygreg (Gregory Szorc)
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

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

2019-11-23 Thread marmoute (Pierre-Yves David)
marmoute updated this revision to Diff 18364. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7491?vs=18298=18364 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7491/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7491 AFFECTED FILES

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

2019-11-22 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY If we successfully accessed the working copy, its parents are not filtered. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D7491