mbolin added inline comments.

INLINE COMMENTS

> dirstate.py:320
>  
>      def parents(self):
>          return [self._validate(p) for p in self._pl]

Can/should `parents()`, `p1()`, and `p2()` here all be updated to go through 
`map.parents()`? We should be moving in the direction of removing `_pl`, no?

REPOSITORY
  rHG Mercurial

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

To: durham, #hg-reviewers, indygreg
Cc: mbolin, indygreg, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to