repopick: print the status of a skipped cherry pick
Change-Id: I5181910dc80fe4cf2d69cc22089e191b36a80c9e
diff --git a/tools/repopick.py b/tools/repopick.py
index 296fec8..eaeb395 100755
--- a/tools/repopick.py
+++ b/tools/repopick.py
@@ -254,7 +254,7 @@
if args.force:
print('!! Force-picking a closed change !!\n')
else:
- print('Change is closed. Skipping the cherry pick.\nUse -f to force this pick.')
+ print('Change status is ' + item['status'] + '. Skipping the cherry pick.\nUse -f to force this pick.')
continue
# Convert the project name to a project path