Index: gcl.py |
diff --git a/gcl.py b/gcl.py |
index 01a93e11c719273847b9b956cc6a0e332243843e..54754a0612e20871cef96c6de2770437b7338e98 100755 |
--- a/gcl.py |
+++ b/gcl.py |
@@ -1031,7 +1031,7 @@ def CMDcommit(change_info, args): |
if change_info.issue: |
revision = re.compile(".*?\nCommitted revision (\d+)", |
re.DOTALL).match(output).group(1) |
- viewvc_url = gclient_utils.UpgradeToHttps(GetCodeReviewSetting('VIEW_VC')) |
+ viewvc_url = GetCodeReviewSetting('VIEW_VC') |
change_info.description += '\n' |
if viewvc_url and revision: |
change_info.description += "\nCommitted: " + viewvc_url + revision |