martinvonz added inline comments.

INLINE COMMENTS

> util.py:1302
>          try:
>              return self._cache[k].value
>          except KeyError:

Btw, why doesn't this do `return self[k]` instead? It seems surprising that the 
recency is not updated.

REPOSITORY
  rHG Mercurial

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

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

Reply via email to