# HG changeset patch # User Joerg Sonnenberger # Date 2018-03-09 15:10:55 # Node ID f8b65ff02e3e607479b5d04b0609f60b698716a6 # Parent 98cbfbbe33bbe27eeaee6be13dff5c50e9f702a3 phabricator: update doc string for deprecated token argument Differential Revision: https://phab.mercurial-scm.org/D2755 diff --git a/contrib/phabricator.py b/contrib/phabricator.py --- a/contrib/phabricator.py +++ b/contrib/phabricator.py @@ -22,7 +22,8 @@ Config:: 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".