[PATCH] tests: improve test-git-import.t

Adrian Buehlmann adrian at cadifra.com
Tue Sep 28 12:33:14 CDT 2010


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1285694954 -7200
# Node ID e0e70fee2f9cf40844596fd496bce5f2975ea396
# Parent  0ae639c75b8c0aed2fd49444fe7d9db069f4f838
tests: improve test-git-import.t

diff --git a/tests/test-git-import.t b/tests/test-git-import.t
--- a/tests/test-git-import.t
+++ b/tests/test-git-import.t
@@ -351,8 +351,14 @@ Move text file and patch as binary
   > 
   > EOF
   applying patch from stdin
+
   $ python $TESTDIR/printrepr.py < binary2
   a
   b
   \x00
-  $ hg st --copies --change .  abort: unknown revision '.echo'!
+
+  $ hg st --copies --change . 
+  A binary2
+    text2
+  R text2
+


More information about the Mercurial-devel mailing list