Mercurial > public > mercurial-scm > hg-stable
diff tests/test-extdiff @ 5143:d4fa6bafc43a
Remove trailing spaces, fix indentation
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 07 Aug 2007 10:28:43 +0200 |
parents | 2be225ea5722 |
children | e81e6c996e99 |
line wrap: on
line diff
--- a/tests/test-extdiff Tue Aug 07 10:28:14 2007 +0200 +++ b/tests/test-extdiff Tue Aug 07 10:28:43 2007 +0200 @@ -24,7 +24,7 @@ echo b >> a hg ci -d '1 0' -mtest2 -# should diff cloned files directly +# should diff cloned files directly hg falabala -r 0:1 # test diff during merge @@ -34,7 +34,7 @@ hg ci -m "new branch" -d '1 0' hg update -C 1 hg merge tip -# should diff cloned file against wc file +# should diff cloned file against wc file hg falabala > out || echo "diff-like tools yield a non-zero exit code" # cleanup the output since the wc is a tmp directory sed 's:\(.* \).*\(\/test-extdiff\):\1[tmp]\2:' out