changeset 6c2f29f08656 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=6c2f29f08656
description:
Remove oauth2 option from upload.py
It is now the default option:
https://github.com/rietveld-codereview/rietveld/commit/c87064101219f4a5ed7f716d5c22d8ead5d9faed
diffstat:
templates/develop.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 16f591a30d88 -r 6c2f29f08656 templates/develop.html
--- a/templates/develop.html Tue Jun 18 11:15:35 2019 +0200
+++ b/templates/develop.html Thu Jun 20 16:17:58 2019 +0200
@@ -39,7 +39,7 @@
Make your modification.
Submit your change:</p>
<pre><code class="console">$ curl -L -o ~/.local/bin/upload.py
https://codereview.tryton.org/static/upload.py
-$ python ~/.local/bin/upload.py --oauth2
+$ python ~/.local/bin/upload.py
</code></pre>
</div>
<div class="subsection">