tests/test-ssh.t
branchstable
changeset 13464 da0ddd62b9d8
parent 13405 682edefe7dbb
child 13469 07a6460f829a
equal deleted inserted replaced
13463:22f948c027a9 13464:da0ddd62b9d8
   267   parent:      0:1160648e36ce
   267   parent:      0:1160648e36ce
   268   user:        test
   268   user:        test
   269   date:        Thu Jan 01 00:00:00 1970 +0000
   269   date:        Thu Jan 01 00:00:00 1970 +0000
   270   summary:     z
   270   summary:     z
   271   
   271   
       
   272 
       
   273 passwords in ssh urls are not supported
       
   274 
       
   275   $ hg push ssh://user:erroneouspwd@dummy/remote
       
   276   abort: password in URL not supported!
       
   277   [255]
       
   278 
   272   $ cd ..
   279   $ cd ..
   273   $ cat dummylog
   280   $ cat dummylog
   274   Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio
   281   Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio
   275   Got arguments 1:user@dummy 2:hg -R /$TESTTMP/nonexistent serve --stdio
   282   Got arguments 1:user@dummy 2:hg -R /$TESTTMP/nonexistent serve --stdio
   276   Got arguments 1:user@dummy 2:hg -R remote serve --stdio
   283   Got arguments 1:user@dummy 2:hg -R remote serve --stdio