tests/test-fetch.t
changeset 15243 1e9451476bf8
parent 12711 b885f28fa4fa
child 15244 f6d5d01725db
--- a/tests/test-fetch.t	Wed Oct 12 18:59:59 2011 -0500
+++ b/tests/test-fetch.t	Thu Oct 13 04:27:49 2011 +0200
@@ -155,8 +155,6 @@
   $ echo b > nbase/b
   $ hg -R nbase ci -Ad '3 0' -m b
   adding b
-  $ echo
-  
 
 pull in change on foreign branch
 
@@ -185,8 +183,6 @@
   $ hg -R n2 parents --template '{rev}\n'
   2
   $ rm -fr n1 n2
-  $ echo
-  
 
 pull in changes on both foreign and local branches
 
@@ -220,8 +216,6 @@
   $ hg -R n2 parents --template '{rev}\n'
   4
   $ rm -fr n1 n2
-  $ echo
-  
 
 pull changes on foreign (2 new heads) and local (1 new head) branches
 with a local change
@@ -393,8 +387,6 @@
   new changeset 3:* merges remote changes with local (glob)
   $ hg --cwd i1726r2 heads default --template '{rev}\n'
   3
-  $ echo
-  
 
 test issue2047