##// END OF EJS Templates
make test-acl a bit more digestable for windows
Alexis S. L. Carvalho -
r4138:85237110 default
parent child Browse files
Show More
@@ -26,7 +26,7 b' 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'
@@ -1,6 +1,3 b''
1 adding foo/Bar/file.txt
2 adding foo/file.txt
3 adding quux/file.py
4 3:911600dab2ae
1 3:911600dab2ae
5 requesting all changes
2 requesting all changes
6 adding changesets
3 adding changesets
General Comments 0
You need to be logged in to leave comments. Login now