Chromium Code Reviews| Index: git_cl.py |
| diff --git a/git_cl.py b/git_cl.py |
| index 3ee62f6b3a2a5ef25c564313fc0dc9e078107890..547118c3e335b33b21cf38b58af17afd8ac1b27e 100755 |
| --- a/git_cl.py |
| +++ b/git_cl.py |
| @@ -1668,7 +1668,7 @@ def SendUpstream(parser, args, cmd): |
| if options.contributor: |
| commit_desc.append_footer('Patch from %s.' % options.contributor) |
| - print 'Description:', repr(commit_desc.description) |
| + print 'Description:\n', commit_desc.description |
|
M-A Ruel
2013/08/15 20:27:26
I'd prefer two separate lines.
print('Description:
agable
2013/08/15 20:29:16
Fair enough, Done. Was just keeping the diff small
|
| branches = [base_branch, cl.GetBranchRef()] |
| if not options.force: |