pulkit accepted this revision.
pulkit added inline comments.

INLINE COMMENTS

> localrepo.py:1227
>      @storecache(narrowspec.FILENAME)
> +    def _storenarrowmatch(self):
> +        if repository.NARROW_REQUIREMENT not in self.requirements:

In future, we can add a boolean `store` argument to `narrowmatch()` function. 
That will be better than accessing private attributes of the localrepo class.

REPOSITORY
  rHG Mercurial

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

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

Reply via email to