diff tests/test-rename-merge2.t @ 12743:4c4aeaab2339

check-code: add 'no tab indent' check for unified tests and fix the offending tests accordingly
author Adrian Buehlmann <adrian@cadifra.com>
date Sat, 16 Oct 2010 18:09:01 +0200
parents 59012130b43e
children 62c8f7691bc3
line wrap: on
line diff
--- a/tests/test-rename-merge2.t	Sun Oct 17 04:14:06 2010 +0200
+++ b/tests/test-rename-merge2.t	Sat Oct 16 18:09:01 2010 +0200
@@ -66,8 +66,8 @@
   >     cp rev $1
   >     hg add $1 2> /dev/null
   >     if [ "$2" != "" ] ; then
-  > 	cp rev $2
-  > 	hg add $2 2> /dev/null
+  >         cp rev $2
+  >         hg add $2 2> /dev/null
   >     fi
   > }
   $ uc() { up $1; hg cp $1 $2; } # update + copy