tests/missing-comment.hg
author |
Matt Harbison <matt_harbison@yahoo.com> |
|
Sun, 23 Aug 2015 23:22:55 -0400 |
changeset 26482 |
d2e69584e330 |
parent 17064 |
168cc52ad7c2
|
permissions |
-rw-r--r-- |
templatekw: allow getlatesttags() to match a specific tag pattern
This will allow the latest class of tag to be found, such as a release candidate
or final build, instead of just the absolute latest. It will be exposed in a
future patch.
It's unfortunate that the original 'latesttags' cache can't be used to determine
the proper values, but it isn't fully populated for the entire repo. For
example, the {latesttagdistance} keyword on the Mecurial repo builds the cache
up back to the revision for 1.4. If the pattern was 're:^0\.\d$', that wouldn't
be in the cache. Maybe this can be optimized some other way, but for now, this
is the simpliest implementation.
17064
|
1 |
(binary:application/octet-stream) |