tests/test-acl.t
changeset 29654 d8e5ce507ec3
parent 27752 29cfc474c5fd
child 29757 976cd337cac9
equal deleted inserted replaced
29653:73ff159923c1 29654:d8e5ce507ec3
    41   > sources = push
    41   > sources = push
    42   > [extensions]
    42   > [extensions]
    43   > f=`pwd`/fakegroups.py
    43   > f=`pwd`/fakegroups.py
    44   > EOF
    44   > EOF
    45   > }
    45   > }
    46 
       
    47   $ cat << EOF >> $HGRCPATH
       
    48   > [experimental]
       
    49   > # drop me once bundle2 is the default,
       
    50   > # added to get test change early.
       
    51   > bundle2-exp = True
       
    52   > EOF
       
    53 
    46 
    54   $ hg init a
    47   $ hg init a
    55   $ cd a
    48   $ cd a
    56   $ mkdir foo foo/Bar quux
    49   $ mkdir foo foo/Bar quux
    57   $ echo 'in foo' > foo/file.txt
    50   $ echo 'in foo' > foo/file.txt