merge with crew-stable
authorThomas Arendsen Hein <thomas@intevation.de>
Fri, 21 Dec 2007 12:14:35 +0100
changeset 5684 c08cda4e4ddd
parent 5683 396c7010b0cd (current diff)
parent 5667 f29b7c8419cb (diff)
child 5685 57d29a45ffbc
merge with crew-stable
--- a/tests/test-convert-darcs	Fri Dec 21 10:24:03 2007 +0100
+++ b/tests/test-convert-darcs	Fri Dec 21 12:14:35 2007 +0100
@@ -26,7 +26,7 @@
 cd ..
 
 echo % branch and update
-darcs get darcs-repo darcs-clone
+darcs get darcs-repo darcs-clone >/dev/null
 cd darcs-clone
 echo c >> a
 echo c > c
@@ -50,7 +50,7 @@
     hg glog --template '#rev# "#desc|firstline#" files: #files#\n' "$@"
 }
 
-hg convert darcs-repo darcs-repo-hg
+hg convert darcs-repo darcs-repo-hg 2>&1 | grep -v hGetLine | grep -v '^$'
 # The converter does not currently handle patch conflicts very well.
 # When they occur, it reverts *all* changes and moves forward,
 # letting the conflict resolving patch fix collisions.
--- a/tests/test-convert-darcs.out	Fri Dec 21 10:24:03 2007 +0100
+++ b/tests/test-convert-darcs.out	Fri Dec 21 12:14:35 2007 +0100
@@ -1,8 +1,6 @@
 % initialize darcs repo
 Finished recording patch 'p0'
 % branch and update
-
Copying patch 1 of 1...
Copying patch 1 of 1... done.
-Finished getting.
 Finished recording patch 'p1.1'
 % update source
 Finished recording patch 'p1.2'