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 = [email protected] 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 [email protected] https://lists.mozilla.org/listinfo/dev-platform

