Loading tools/repopick.py +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ if __name__ == '__main__': for item in mergables: print('Applying change number {0}...'.format(item['id'])) # Check if change is open and exit if it's not, unless -f is specified if item['status'] != 'OPEN' and not args.query: if (item['status'] != 'OPEN' and item['status'] != 'NEW') and not args.query: if args.force: print('!! Force-picking a closed change !!\n') else: Loading Loading
tools/repopick.py +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ if __name__ == '__main__': for item in mergables: print('Applying change number {0}...'.format(item['id'])) # Check if change is open and exit if it's not, unless -f is specified if item['status'] != 'OPEN' and not args.query: if (item['status'] != 'OPEN' and item['status'] != 'NEW') and not args.query: if args.force: print('!! Force-picking a closed change !!\n') else: Loading