diff tests/test-merge-revert2 @ 864:6225bd773c51

Extended test case to test dirstate length bug fixed in a7e95e3606c7.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 10 Aug 2005 08:23:42 +0100
parents 9c918287d10b
children 6d6095823b82
line wrap: on
line diff
--- a/tests/test-merge-revert2	Wed Aug 10 07:51:37 2005 +0100
+++ b/tests/test-merge-revert2	Wed Aug 10 08:23:42 2005 +0100
@@ -4,6 +4,7 @@
 cd t
 hg init
 echo "added file1" > file1
+echo "another line of text" >> file1
 echo "added file2" > file2
 hg add file1 file2
 hg commit -m "added file1 and file2" -d "0 0" -u user