Chromium Code Reviews| Index: git_cl.py |
| diff --git a/git_cl.py b/git_cl.py |
| index 17b8ffb315f43d440ef4ad35d23c2aea0204160e..6f25e4aa4a47ae1fc3c4d7062971cd2878ba32ad 100755 |
| --- a/git_cl.py |
| +++ b/git_cl.py |
| @@ -4097,7 +4097,6 @@ def SendUpstream(parser, args, cmd): |
| else: |
| comment += ' (presubmit successful).' |
| cl.RpcServer().add_comment(cl.GetIssue(), comment) |
| - cl.SetIssue(None) |
| if pushed_to_pending: |
| _, branch = cl.FetchUpstreamTuple(cl.GetBranch()) |