This is an archive of the discontinued Mercurial Phabricator instance.

exchange: make narrow ACL presence imply narrow=True
ClosedPublic

Authored by indygreg on Aug 1 2018, 1:03 PM.

Details

Summary

And refactor the logic for determining when to invoke our custom
changegroup part function so it is only conditional on
narrow being set. This makes it more obvious under which
conditions we should invoke the custom implementation.

Also use raw strings so **kwargs works on Python 3.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped