Skip to content

Commit 86b6ca6

Browse files
invisiblektemasek
authored andcommitted
repopick: print the status of a skipped cherry pick
Change-Id: I5181910dc80fe4cf2d69cc22089e191b36a80c9e
1 parent 58a9b23 commit 86b6ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/repopick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def fetch_query(remote_url, query):
254254
if args.force:
255255
print('!! Force-picking a closed change !!\n')
256256
else:
257-
print('Change is closed. Skipping the cherry pick.\nUse -f to force this pick.')
257+
print('Change status is ' + item['status'] + '. Skipping the cherry pick.\nUse -f to force this pick.')
258258
continue
259259

260260
# Convert the project name to a project path

0 commit comments

Comments
 (0)