tests/test-ssh-clone-r.t
changeset 36217 1ee1a42bfdae
parent 34661 eb586ed5d8ce
child 39480 89630d0b3e23
equal deleted inserted replaced
36216:7218e93ade47 36217:1ee1a42bfdae
     1 This test tries to exercise the ssh functionality with a dummy script
     1 This test tries to exercise the ssh functionality with a dummy script
       
     2 
       
     3 #testcases sshv1 sshv2
       
     4 
       
     5 #if sshv2
       
     6   $ cat >> $HGRCPATH << EOF
       
     7   > [experimental]
       
     8   > sshpeer.advertise-v2 = true
       
     9   > sshserver.support-v2 = true
       
    10   > EOF
       
    11 #endif
     2 
    12 
     3 creating 'remote' repo
    13 creating 'remote' repo
     4 
    14 
     5   $ hg init remote
    15   $ hg init remote
     6   $ cd remote
    16   $ cd remote