Chromium Code Reviews| Index: git_cl.py |
| =================================================================== |
| --- git_cl.py (revision 190396) |
| +++ git_cl.py (working copy) |
| @@ -1155,7 +1155,7 @@ |
| else: |
| if options.title: |
| upload_args.extend(['--title', options.title]) |
| - message = options.message or CreateDescriptionFromLog(args) |
| + message = options.title or options.message or CreateDescriptionFromLog(args) |
| change_desc = ChangeDescription(message, options.reviewers) |
| if not options.force: |
| change_desc.Prompt() |