D2755: phabricator: update doc string for deprecated token argument

joerg.sonnenberger (Joerg Sonnenberger) phabricator at mercurial-scm.org
Fri Mar 9 17:29:47 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG0bebd4608ce3: phabricator: update doc string for deprecated token argument (authored by joerg.sonnenberger, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2755?vs=6765&id=6795

REVISION DETAIL
  https://phab.mercurial-scm.org/D2755

AFFECTED FILES
  contrib/phabricator.py

CHANGE DETAILS

diff --git a/contrib/phabricator.py b/contrib/phabricator.py
--- a/contrib/phabricator.py
+++ b/contrib/phabricator.py
@@ -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".



To: joerg.sonnenberger, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list