phabricator: update doc string for deprecated token argument
Differential Revision: https://phab.mercurial-scm.org/D2755
--- 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".