diff tests/test-issue322 @ 4659:7a7d4937272b

Kill trailing spaces
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 21 Jun 2007 09:25:49 +0200
parents 9dcf9d45cab8
children
line wrap: on
line diff
--- a/tests/test-issue322
+++ b/tests/test-issue322
@@ -4,17 +4,17 @@
 echo % file replaced with directory
 
 hg init a
-cd a       
-echo a > a 
-hg commit -Ama 
-rm a       
-mkdir a    
+cd a
+echo a > a
+hg commit -Ama
+rm a
+mkdir a
 echo a > a/a
 
 echo % should fail - would corrupt dirstate
 hg add a/a
 
-cd ..      
+cd ..
 
 echo % directory replaced with file