diff -r fc2766860796 -r 466dd4d70bff tests/remotefilelog-getflogheads.py --- a/tests/remotefilelog-getflogheads.py Tue Oct 16 17:02:48 2018 -0400 +++ b/tests/remotefilelog-getflogheads.py Thu Oct 04 10:03:10 2018 -0400 @@ -22,7 +22,7 @@ dest = repo.ui.expandpath('default') peer = hg.peer(repo, {}, dest) - flogheads = peer.getflogheads(path) + flogheads = peer.x_rfl_getflogheads(path) if flogheads: for head in flogheads: