# HG changeset patch # User Alexis S. L. Carvalho # Date 1173027882 10800 # Node ID 85237110c37182bba956e1b610a96f3a32a242d4 # Parent 26596a6b6518547ea13592a62fc0ad33af6ebb8f make test-acl a bit more digestable for windows diff --git a/tests/test-acl b/tests/test-acl --- a/tests/test-acl +++ b/tests/test-acl @@ -26,7 +26,7 @@ mkdir foo foo/Bar quux echo 'in foo' > foo/file.txt echo 'in foo/Bar' > foo/Bar/file.txt echo 'in quux' > quux/file.py -hg add +hg add -q hg ci -m 'add files' -d '1000000 0' echo >> foo/file.txt hg ci -m 'change foo/file' -d '1000001 0' diff --git a/tests/test-acl.out b/tests/test-acl.out --- a/tests/test-acl.out +++ b/tests/test-acl.out @@ -1,6 +1,3 @@ -adding foo/Bar/file.txt -adding foo/file.txt -adding quux/file.py 3:911600dab2ae requesting all changes adding changesets