Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Builder: Print tag range when generating changes
  • Loading branch information
skyjake committed Mar 16, 2012
1 parent 552fd45 commit 33ac8ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distrib/autobuild.py
Expand Up @@ -131,6 +131,8 @@ def update_changes(debChanges=False):
# Range not defined.
return

print 'Changes for range', fromTag, '..', toTag

changes = builder.Changes(fromTag, toTag)

if debChanges:
Expand Down

0 comments on commit 33ac8ad

Please sign in to comment.