tests/test-acl
changeset 4138 85237110c371
parent 3464 33b6c8193652
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'