And as of a few seconds ago `mach mercurial-setup` (on just inbound so far)
will guide you through defining an API key. It will also purge your hgrc of
the legacy auth credentials, which won't work with 2FA.

Bug 1200461 if there are any issues.

On Tue, Sep 15, 2015 at 2:52 PM, Jeff Walden <jwalden+...@mit.edu> wrote:

> The Mercurial extensions to interact with Bugzilla -- bzexport and the
> like -- have been updated to handle 2fa details.  No need to add API key
> support yourself, or use some sketchy dude's user-repo fix for the issue!
> ;-)  (As at least three people have considered, two people have actually
> done, tho only one ended up landed upstream.)
>
> Just run |./mach mercurial-setup| to pick up the new version with API key
> support.  Then add:
>
> [bugzilla]
> username = your-bugzilla-email-addr...@example.com
> apikey = 0123456789ABCDEF0123456789ABCDEF01234567
>
> to your ~/.hgrc, where the hex number is a Bugzilla API key generated on
> the relevant Bugzilla prefs page, and pushes should work again.
>
> ("Mercurial had it first...")
>
> Jeff
> _______________________________________________
> dev-platform mailing list
> dev-platform@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform
>
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to