tests/test-http-proxy.t
changeset 29656 0c9913d4b3fc
parent 29064 9dc27a334fb1
child 30763 a520aefb96f1
equal deleted inserted replaced
29655:b55bfbb9b5a6 29656:0c9913d4b3fc
     1 #require serve
     1 #require serve
     2   $ cat << EOF >> $HGRCPATH
       
     3   > [experimental]
       
     4   > # drop me once bundle2 is the default,
       
     5   > # added to get test change early.
       
     6   > bundle2-exp = True
       
     7   > EOF
       
     8 
     2 
     9   $ hg init a
     3   $ hg init a
    10   $ cd a
     4   $ cd a
    11   $ echo a > a
     5   $ echo a > a
    12   $ hg ci -Ama -d '1123456789 0'
     6   $ hg ci -Ama -d '1123456789 0'