phabricator: update doc string for deprecated token argument
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 09 Mar 2018 16:10:55 +0100
changeset 36818 f8b65ff02e3e
parent 36817 98cbfbbe33bb
child 36819 aff5996f3043
phabricator: update doc string for deprecated token argument Differential Revision: https://phab.mercurial-scm.org/D2755
contrib/phabricator.py
--- 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".