Pulling in the tags and the revision number from bzr.

This commit is contained in:
Raoul Snyman 2010-02-19 21:14:39 +02:00
parent 8187eaad65
commit 77e55da0d3

View File

@ -10,6 +10,7 @@ try:
try:
revno = b.revno()
# Add the latest tag in here too
verno = b.tags.get_tag_dict().keys()[0]
finally:
b.unlock()
except: