Added a count of pending merges to the script output.

- Legacy-Id: 8313
This commit is contained in:
Henrik Levkowetz 2014-09-16 19:26:48 +00:00
parent 272f593e99
commit d633499f03

View file

@ -269,3 +269,5 @@ keys = ready_commits.keys()
keys.sort()
for key in keys:
print(ready_commits[key])
print("\n%s pending merges" % len(keys))