changeset 36818:f8b65ff02e3e

phabricator: update doc string for deprecated token argument Differential Revision: https://phab.mercurial-scm.org/D2755
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 09 Mar 2018 16:10:55 +0100
parents 98cbfbbe33bb
children aff5996f3043
files contrib/phabricator.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/phabricator.py	Fri Mar 09 16:09:27 2018 +0100
+++ b/contrib/phabricator.py	Fri Mar 09 16:10:55 2018 +0100
@@ -22,7 +22,8 @@
     url = https://phab.example.com/
 
     # API token. Get it from https://$HOST/conduit/login/
-    token = cli-xxxxxxxxxxxxxxxxxxxxxxxxxxxx
+    # Deprecated: see [phabricator.auth] below
+    #token = cli-xxxxxxxxxxxxxxxxxxxxxxxxxxxx
 
     # Repo callsign. If a repo has a URL https://$HOST/diffusion/FOO, then its
     # callsign is "FOO".