Skip to content

Commit d633499

Browse files
committed
Added a count of pending merges to the script output.
- Legacy-Id: 8313
1 parent 272f593 commit d633499

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/mergeready

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,5 @@ keys = ready_commits.keys()
269269
keys.sort()
270270
for key in keys:
271271
print(ready_commits[key])
272+
273+
print("\n%s pending merges" % len(keys))

0 commit comments

Comments
 (0)