This is an archive of the discontinued Mercurial Phabricator instance.

remotefilelog: drop compat code for "getbundle_shallow" wireprotocol command
ClosedPublic

Authored by pulkit on Oct 24 2018, 11:49 AM.

Details

Summary

Doing some annotate on hgexperimental shows that getbundle_shallow used to exist
in 2013 or before. We don't have any pre-2013 remotefilelog users except Fb
themselves and I doubt they are going to use in-core remotefilelog. So it's safe
to remove this.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

pulkit created this revision.Oct 24 2018, 11:49 AM
durin42 accepted this revision.Nov 5 2018, 11:01 AM
This revision is now accepted and ready to land.Nov 5 2018, 11:01 AM
This revision was automatically updated to reflect the committed changes.