##// END OF EJS Templates
ssh: fix password test...
Matt Mackall -
r13755:e45780ac default
parent child Browse files
Show More
@@ -280,9 +280,11 b' clone bookmarks'
280 280 test 2:6c0482d977a3
281 281
282 282 passwords in ssh urls are not supported
283 (we use a glob here because different Python versions give different
284 results here)
283 285
284 286 $ hg push ssh://user:erroneouspwd@dummy/remote
285 pushing to ssh://user:erroneouspwd@dummy/remote
287 pushing to ssh://user:*@dummy/remote (glob)
286 288 abort: password in URL not supported!
287 289 [255]
288 290
General Comments 0
You need to be logged in to leave comments. Login now