A little bit of extra checkupdates diagnostics

This commit is contained in:
Ciaran Gultnieks 2014-01-07 13:39:31 +00:00 committed by Daniel Martí
parent f1a1b553af
commit ab1565ac02

View file

@ -114,6 +114,8 @@ def check_tags(app):
hcode = "0" hcode = "0"
for tag in vcs.gettags(): for tag in vcs.gettags():
if options.verbose:
print "Check tag: '{0}'".format(tag)
vcs.gotorevision(tag) vcs.gotorevision(tag)
# Only process tags where the manifest exists... # Only process tags where the manifest exists...