Page MenuHomePhabricator

Deprecate Conduit method "diffusion.getrecentcommitsbypath"
ClosedPublic

Authored by epriestley on Aug 2 2018, 11:39 PM.
Tags
None
Referenced Files
F19514327: D19559.id46762.diff
Jan 14 2026, 12:42 AM
F19511496: D19559.diff
Jan 12 2026, 3:44 AM
F18846491: D19559.id.diff
Oct 29 2025, 7:12 PM
F18842703: D19559.diff
Oct 28 2025, 5:49 PM
F18777981: D19559.diff
Oct 11 2025, 7:04 AM
F18704725: D19559.id46763.diff
Sep 28 2025, 8:34 AM
F18701183: D19559.diff
Sep 27 2025, 5:49 PM
F18657428: D19559.diff
Sep 23 2025, 1:49 AM
Subscribers
Tokens
"Like" token, awarded by artms.

Details

Summary

See D19558. This method has no callers and just wraps diffusion.historyquery, since D5960 (2013).

This was introduced in D315 (which didn't make it out of FB, I think) inside Facebook for unclear purposes in 2011.

Test Plan

Grepped for callers, found none.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 2 2018, 11:58 PM

(You probably have years until this disappears from the upstream since it's already implemented in terms of diffusion.historyquery and we don't generally remove methods without some specific reason, but if you have opportunities to migrate toward diffusion.historyquery it couldn't hurt.)

This revision was automatically updated to reflect the committed changes.