Mercurial > public > mercurial-scm > hg-stable
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 | 1de6e7e1bb9f |
line wrap: on
line diff
--- a/tests/test-issue322 Thu Jun 21 00:34:14 2007 -0300 +++ b/tests/test-issue322 Thu Jun 21 09:25:49 2007 +0200 @@ -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