tests/test-ssh.t
changeset 37330 db06c4bb2158
parent 37053 cd0ca979a8b8
child 37349 36b2a304216c
equal deleted inserted replaced
37329:676664592313 37330:db06c4bb2158
     7   > sshserver.support-v2 = true
     7   > sshserver.support-v2 = true
     8   > EOF
     8   > EOF
     9 #endif
     9 #endif
    10 
    10 
    11 This test tries to exercise the ssh functionality with a dummy script
    11 This test tries to exercise the ssh functionality with a dummy script
    12 
       
    13   $ cat <<EOF >> $HGRCPATH
       
    14   > [format]
       
    15   > usegeneraldelta=yes
       
    16   > EOF
       
    17 
    12 
    18 creating 'remote' repo
    13 creating 'remote' repo
    19 
    14 
    20   $ hg init remote
    15   $ hg init remote
    21   $ cd remote
    16   $ cd remote