We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272f593 commit d633499Copy full SHA for d633499
1 file changed
bin/mergeready
@@ -269,3 +269,5 @@ keys = ready_commits.keys()
269
keys.sort()
270
for key in keys:
271
print(ready_commits[key])
272
+
273
+print("\n%s pending merges" % len(keys))
0 commit comments