[PATCH] tests: fix tabs/indentation in test-strip-cross.t

Adrian Buehlmann adrian at cadifra.com
Sun Sep 26 16:48:58 CDT 2010


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1285537710 -7200
# Node ID 3a9aa4fe42c44551193f79b1ebddcb79c0db2c70
# Parent  e7d45e41338c234785e38c02e2ee47432376a352
tests: fix tabs/indentation in test-strip-cross.t

diff --git a/tests/test-strip-cross.t b/tests/test-strip-cross.t
--- a/tests/test-strip-cross.t
+++ b/tests/test-strip-cross.t
@@ -10,10 +10,10 @@ test stripping of filelogs where the lin
   >     hg up -qC null
   >     count=1
   >     for i in "$@"; do
-  > 	for f in $i; do
-  > 	    echo $count > $f
-  > 	done
-  > 	count=`expr $count + 1`
+  >         for f in $i; do
+  >             echo $count > $f
+  >         done
+  >         count=`expr $count + 1`
   >     done
   >     hg commit -qAm "$*"
   > }


More information about the Mercurial-devel mailing list