comparison contrib/phabricator.py @ 36826: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 a8a902d7176e
comparison
equal deleted inserted replaced
36825:98cbfbbe33bb 36826:f8b65ff02e3e
20 [phabricator] 20 [phabricator]
21 # Phabricator URL 21 # Phabricator URL
22 url = https://phab.example.com/ 22 url = https://phab.example.com/
23 23
24 # API token. Get it from https://$HOST/conduit/login/ 24 # API token. Get it from https://$HOST/conduit/login/
25 token = cli-xxxxxxxxxxxxxxxxxxxxxxxxxxxx 25 # Deprecated: see [phabricator.auth] below
26 #token = cli-xxxxxxxxxxxxxxxxxxxxxxxxxxxx
26 27
27 # Repo callsign. If a repo has a URL https://$HOST/diffusion/FOO, then its 28 # Repo callsign. If a repo has a URL https://$HOST/diffusion/FOO, then its
28 # callsign is "FOO". 29 # callsign is "FOO".
29 callsign = FOO 30 callsign = FOO
30 31