[PATCH] tests: clean up duplicated output in test-subrepo-recursion progress

Pierre-Yves David pierre-yves.david at ens-lyon.org
Fri Jun 26 21:35:14 UTC 2015


# HG changeset patch
# User Pierre-Yves David <pierre-yves.david at fb.com>
# Date 1435354414 25200
#      Fri Jun 26 14:33:34 2015 -0700
# Node ID 351e6ed0c7b717306eaa96b6dd2f19d82964bd86
# Parent  6368c51cfad6dc5f9c46369ed5e17cf8bd09efae
tests: clean up duplicated output in test-subrepo-recursion progress

We have fixed a bug where two progress instance were created and competed with
each other (in 95f490136e75). But we did not updated the non-hardlink section of
'test-subrepo-recursion.t'. This patch fixes it.

diff --git a/tests/test-subrepo-recursion.t b/tests/test-subrepo-recursion.t
--- a/tests/test-subrepo-recursion.t
+++ b/tests/test-subrepo-recursion.t
@@ -408,13 +408,10 @@ Note there's a slight output glitch on n
   archiving [===========================>               ] 2/3\r (no-eol) (esc)
   archiving [==========================================>] 3/3\r (no-eol) (esc)
                                                               \r (no-eol) (esc)
   \r (no-eol) (esc)
   linking [ <=>                                           ] 1\r (no-eol) (esc)
-                                                              \r (no-eol) (esc)
-  \r (no-eol) (esc)
-  linking [  <=>                                          ] 1cloning subrepo foo from $TESTTMP/repo/foo
   cloning subrepo foo/bar from $TESTTMP/repo/foo/bar (glob)
 #endif
 
 Archive + subrepos uses '/' for all component separators
 


More information about the Mercurial-devel mailing list