##// END OF EJS Templates
tests: fix tabs/indentation in test-strip-cross.t
Adrian Buehlmann -
r12537:5df8ef0f default
parent child Browse files
Show More
@@ -10,10 +10,10 b' test stripping of filelogs where the lin'
10 > hg up -qC null
10 > hg up -qC null
11 > count=1
11 > count=1
12 > for i in "$@"; do
12 > for i in "$@"; do
13 > for f in $i; do
13 > for f in $i; do
14 > echo $count > $f
14 > echo $count > $f
15 > done
15 > done
16 > count=`expr $count + 1`
16 > count=`expr $count + 1`
17 > done
17 > done
18 > hg commit -qAm "$*"
18 > hg commit -qAm "$*"
19 > }
19 > }
General Comments 0
You need to be logged in to leave comments. Login now