diff tests/remotefilelog-getflogheads.py @ 40561:466dd4d70bff

remotefilelog: rename wireproto methods and remaining capabilities This is a mess, in part because there should be more constants throughout. I know we typically do exp- instead of the x_ business in this change, but I also had to use this in some function names, so I figured until I can break that coupling I'd go with this. If it's too unpleasant during review, let me know and I can probably clean it up some more. # no-check-commit due to new foo_bar naming - too hard to avoid right now :( Differential Revision: https://phab.mercurial-scm.org/D5129
author Augie Fackler <augie@google.com>
date Thu, 04 Oct 2018 10:03:10 -0400
parents 3a333a582d7b
children 29996f6c2687
line wrap: on
line diff
--- 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: