yuja requested changes to this revision.
yuja added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> templatekw.py:222
> +                # Don't call expensive key function if not necessary
> +                pdate, pdist, ptag = ptags[0]
>          except KeyError:

This should be enabled only if `ptags[0][2] != ptags[1][2]`.

The latesttagdistance is documented to return the longest path to the latest 
tag.
https://phab.mercurial-scm.org/rHGf04d179124410d491a8def230e408c3b6c98cbfc

REPOSITORY
  rHG Mercurial

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

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

Reply via email to