Added a count of pending merges to the script output.
- Legacy-Id: 8313
This commit is contained in:
parent
272f593e99
commit
d633499f03
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue