tests/test-hgweb-commands.t
changeset 40919 a0886a4d6dce
parent 40892 140d455ef40a
child 46884 cc3ad5c3af3b
equal deleted inserted replaced
40918:3764330f76a6 40919:a0886a4d6dce
     1 TRANSITIONAL CONFIG
       
     2   $ cat << EOF >> $HGRCPATH
       
     3   > [format]
       
     4   > sparse-revlog = yes
       
     5   > EOF
       
     6 
       
     7 #require serve
     1 #require serve
     8 
     2 
     9 An attempt at more fully testing the hgweb web interface.
     3 An attempt at more fully testing the hgweb web interface.
    10 The following things are tested elsewhere and are therefore omitted:
     4 The following things are tested elsewhere and are therefore omitted:
    11 - archive, tested in test-archive
     5 - archive, tested in test-archive