This is an archive of the discontinued Mercurial Phabricator instance.

pushvars: cleanup the extension to just set the server config option
AbandonedPublic

Authored by pulkit on Aug 22 2017, 8:02 AM.

Details

Reviewers
kulshrax
quark
Group Reviewers
Restricted Project
Summary

The --pushvars option to push is moved to core with an extra config named
push.pushvars.server which defualts to False. This config controls whether the
server to unbundle the variables send by pushvars.

To make sure nothing breaks for those with pushvars extension enabled,
this should be added to the configuration file:

[push]
pushvars.server = True

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.Aug 22 2017, 8:02 AM
Herald added a reviewer: Restricted Project. ยท View Herald TranscriptAug 22 2017, 8:02 AM
pulkit added a subscriber: ryanmce.Aug 22 2017, 8:06 AM
ryanmce added a subscriber: kulshrax.

@kulshrax is running the current release, and he's the one that can verify this all works as intended.

@pulkit, feel free to comandeer the revision that I commandeered from you if you want; that way all the history is in one place.

In D473#7483, @ryanmce wrote:

@kulshrax is running the current release, and he's the one that can verify this all works as intended.
@pulkit, feel free to comandeer the revision that I commandeered from you if you want; that way all the history is in one place.

Commandeered https://phab.mercurial-scm.org/D365.

quark requested changes to this revision.Aug 23 2017, 12:02 AM
quark added a subscriber: quark.

I think this could be abandoned since D365 was pushed.

This revision now requires changes to proceed.Aug 23 2017, 12:02 AM
pulkit abandoned this revision.Aug 23 2017, 2:32 PM