tests/test-hgweb-raw.t
changeset 31028 636cf3f7620d
parent 25472 4d2b9b304ad0
child 36865 422be99519e5
equal deleted inserted replaced
31027:bfdb0741f9f2 31028:636cf3f7620d
    30   This is just some random text
    30   This is just some random text
    31   that will go inside the file and take a few lines.
    31   that will go inside the file and take a few lines.
    32   It is very boring to read, but computers don't
    32   It is very boring to read, but computers don't
    33   care about things like that.
    33   care about things like that.
    34   $ cat access.log error.log
    34   $ cat access.log error.log
    35   127.0.0.1 - - [*] "GET /?f=bf0ff59095c9;file=sub/some%20text%25.txt;style=raw HTTP/1.1" 200 - (glob)
    35   $LOCALIP - - [*] "GET /?f=bf0ff59095c9;file=sub/some%20text%25.txt;style=raw HTTP/1.1" 200 - (glob)
    36 
    36 
    37   $ rm access.log error.log
    37   $ rm access.log error.log
    38   $ hg serve -p $HGPORT -A access.log -E error.log -d --pid-file=hg.pid \
    38   $ hg serve -p $HGPORT -A access.log -E error.log -d --pid-file=hg.pid \
    39   > --config web.guessmime=True
    39   > --config web.guessmime=True
    40 
    40 
    51   This is just some random text
    51   This is just some random text
    52   that will go inside the file and take a few lines.
    52   that will go inside the file and take a few lines.
    53   It is very boring to read, but computers don't
    53   It is very boring to read, but computers don't
    54   care about things like that.
    54   care about things like that.
    55   $ cat access.log error.log
    55   $ cat access.log error.log
    56   127.0.0.1 - - [*] "GET /?f=bf0ff59095c9;file=sub/some%20text%25.txt;style=raw HTTP/1.1" 200 - (glob)
    56   $LOCALIP - - [*] "GET /?f=bf0ff59095c9;file=sub/some%20text%25.txt;style=raw HTTP/1.1" 200 - (glob)
    57 
    57 
    58   $ cd ..
    58   $ cd ..