comparison tests/test-remotefilelog-push-pull.t @ 40511: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 354acd0dc637
children 95a079ea1e19
comparison
equal deleted inserted replaced
40510:fc2766860796 40511:466dd4d70bff
22 the server supports our custom getfiles method. 22 the server supports our custom getfiles method.
23 23
24 $ cd master 24 $ cd master
25 $ echo 'hello' | hg -R . serve --stdio | grep capa | identifyrflcaps 25 $ echo 'hello' | hg -R . serve --stdio | grep capa | identifyrflcaps
26 exp-remotefilelog-ssh-getfiles-1 26 exp-remotefilelog-ssh-getfiles-1
27 getfile 27 x_rfl_getfile
28 getflogheads 28 x_rfl_getflogheads
29 $ echo 'capabilities' | hg -R . serve --stdio | identifyrflcaps ; echo 29 $ echo 'capabilities' | hg -R . serve --stdio | identifyrflcaps ; echo
30 exp-remotefilelog-ssh-getfiles-1 30 exp-remotefilelog-ssh-getfiles-1
31 getfile 31 x_rfl_getfile
32 getflogheads 32 x_rfl_getflogheads
33 33
34 # pull to shallow from full 34 # pull to shallow from full
35 35
36 $ echo y > y 36 $ echo y > y
37 $ hg commit -qAm y 37 $ hg commit -qAm y