diff tests/test-ssh.t @ 13693:adf3c4401c5d stable

push/outgoing: print remote target path even if there's an error (issue2561) This is a simple patch to make hg push/hg outgoing print their remote target path even if the operation fails. I'm not sure if the original behavior was by design. This patch also changes one test to reflect the changed behaviour.
author Miloš Hadžić <milos.hadzic@gmail.com>
date Thu, 17 Mar 2011 22:55:02 +0100
parents 07a6460f829a
children 4f5ed2bd1724
line wrap: on
line diff
--- a/tests/test-ssh.t	Thu Mar 17 16:29:09 2011 -0400
+++ b/tests/test-ssh.t	Thu Mar 17 22:55:02 2011 +0100
@@ -266,6 +266,7 @@
 passwords in ssh urls are not supported
 
   $ hg push ssh://user:erroneouspwd@dummy/remote
+  pushing to ssh://user:***@dummy/remote
   abort: password in URL not supported!
   [255]