tests/test-remotefilelog-push-pull.t
changeset 40508 354acd0dc637
parent 40495 3a333a582d7b
child 40511 466dd4d70bff
equal deleted inserted replaced
40507:e2a1584e9e3f 40508:354acd0dc637
    21 We should see the remotefilelog capability here, which advertises that
    21 We should see the remotefilelog capability here, which advertises that
    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   getfile
    27   getfile
    27   getflogheads
    28   getflogheads
    28   remotefilelog
       
    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   getfile
    31   getfile
    31   getflogheads
    32   getflogheads
    32   remotefilelog
       
    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