# HG changeset patch # User Adrian Buehlmann # Date 1285537710 -7200 # Node ID 5df8ef0f3f51392f58ce2ffb6f5c3f7732fda507 # Parent 208fc9ad6a48887f30aecbc1b0df0f55b777ce1b tests: fix tabs/indentation in test-strip-cross.t diff -r 208fc9ad6a48 -r 5df8ef0f3f51 tests/test-strip-cross.t --- 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 "$*" > }