rage: remove unused timeout parameter

This commit is contained in:
Jun Wu 2017-12-20 19:06:27 -08:00
parent bb5f387f05
commit 87eaccd8c9

View File

@ -315,8 +315,6 @@ def rage(ui, repo, *pats, **opts):
ui.write('%s\n' % msg)
return
timeout = ui.configint('ssl', 'timeout', 5)
fp = util.popen('arc paste --lang hgrage --title hgrage', 'w')
fp.write(msg)
ret = fp.close()