Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index 6c7afe48f50d4ce1a42dfdd338b2f05ce1b7f357..60417528db202471b6db2c3188f873cc9ce26f7d 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -1344,6 +1344,8 @@ def SendUpstream(parser, args, cmd): |
viewvc_url = settings.GetViewVCUrl() |
if viewvc_url and revision: |
cl.description += ('\n\nCommitted: ' + viewvc_url + revision) |
+ elif revision: |
+ cl.description += ('\n\nCommitted: ' + revision) |
print ('Closing issue ' |
'(you may be prompted for your codereview password)...') |
cl.CloseIssue() |