equal
deleted
inserted
replaced
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 |