comparison tests/test-acl @ 4138:85237110c371

make test-acl a bit more digestable for windows
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sun, 04 Mar 2007 14:04:42 -0300
parents 33b6c8193652
children
comparison
equal deleted inserted replaced
4137:26596a6b6518 4138:85237110c371
24 cd a 24 cd a
25 mkdir foo foo/Bar quux 25 mkdir foo foo/Bar quux
26 echo 'in foo' > foo/file.txt 26 echo 'in foo' > foo/file.txt
27 echo 'in foo/Bar' > foo/Bar/file.txt 27 echo 'in foo/Bar' > foo/Bar/file.txt
28 echo 'in quux' > quux/file.py 28 echo 'in quux' > quux/file.py
29 hg add 29 hg add -q
30 hg ci -m 'add files' -d '1000000 0' 30 hg ci -m 'add files' -d '1000000 0'
31 echo >> foo/file.txt 31 echo >> foo/file.txt
32 hg ci -m 'change foo/file' -d '1000001 0' 32 hg ci -m 'change foo/file' -d '1000001 0'
33 echo >> foo/Bar/file.txt 33 echo >> foo/Bar/file.txt
34 hg ci -m 'change foo/Bar/file' -d '1000002 0' 34 hg ci -m 'change foo/Bar/file' -d '1000002 0'