[PATCH V2] phabricator: migrate [phabricator.auth] to [auth]

Yuya Nishihara yuya at tcha.org
Mon May 14 08:03:45 EDT 2018


On Sun, 13 May 2018 21:25:35 -0400, Matt Harbison wrote:
> # HG changeset patch
> # User Matt Harbison <matt_harbison at yahoo.com>
> # Date 1526099641 14400
> #      Sat May 12 00:34:01 2018 -0400
> # Node ID 18219fa2a84fea13114970a73a505724a5d63a43
> # Parent  b9e6b71dc27246d1f4d6437edfdc9788188aa306
> phabricator: migrate [phabricator.auth] to [auth]

Queued, thanks.

> -    [phabricator.auth]
> +    [auth]
>      example.url = https://phab.example.com/
>      # API token. Get it from https://$HOST/conduit/login/
> -    example.token = cli-xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> +    example.phabtoken = cli-xxxxxxxxxxxxxxxxxxxxxxxxxxxx

We'll have to adjust the URL resolution to the [auth] syntax, which is

  foo.prefix = hg.intevation.de/mercurial
  foo.schemes = http https


More information about the Mercurial-devel mailing list