comparison .hgsigs @ 25665:dc05a10e1e45 stable

archive: don't assume '.' is being archived for changessincelatesttag Hardcoding '.' is wrong, and yielded strange results when archiving old revisions. For example, when archiving the cset that adds the signature to 3.4 (c48850339988), the resulting value was previously 51 (the number of commits on stable between 3.4 and today), even though it was a direct descendant of a tag, with a {latesttagdistance} of 2. This still includes all other _ancestor_ paths not included in {latesttag}. Note that archiving wdir() currently blows up several lines above this when building the 'base' variable. Since wdir() isn't documented, ignore that it needs work to handle wdir() here for now.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 25 Jun 2015 21:16:47 -0400
parents d46f6b078799
children 34e6643f0c62
comparison
equal deleted inserted replaced
25638:6047b60cdd09 25665:dc05a10e1e45