changeset 12537:5df8ef0f3f51

tests: fix tabs/indentation in test-strip-cross.t
author Adrian Buehlmann <adrian@cadifra.com>
date Sun, 26 Sep 2010 23:48:30 +0200
parents 208fc9ad6a48
children c87216e5e43e
files tests/test-strip-cross.t
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-strip-cross.t	Tue Aug 24 18:25:33 2010 -0400
+++ b/tests/test-strip-cross.t	Sun Sep 26 23:48:30 2010 +0200
@@ -10,10 +10,10 @@
   >     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 "$*"
   > }