diff tests/test-bundle-type.t @ 24138:eabe44ec5af5

pull: print "pulling from foo" before accessing the other repo 1. This is consistent with pushing. 2. This allows to see the URL of the other repo in case accessing the repo fails, e.g. wrong ssh path or issues with the https certificate, without using --debug or showconfig paths. Additionally add test for this in the context of ssh with a wrong path.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 24 Feb 2015 10:55:24 +0100
parents d54d4de56aa7
children bb3d961c1648
line wrap: on
line diff
--- a/tests/test-bundle-type.t	Wed Feb 18 16:45:16 2015 -0800
+++ b/tests/test-bundle-type.t	Tue Feb 24 10:55:24 2015 +0100
@@ -87,6 +87,7 @@
   $ hg init tgarbage
   $ cd tgarbage
   $ hg pull ../bgarbage
+  pulling from ../bgarbage
   abort: ../bgarbage: not a Mercurial bundle
   [255]
   $ cd ..