tests/test-hgwebdirsym.t
branchstable
changeset 13066 86888ae9ce90
parent 12444 a4c19a900794
child 15446 c5c9ca3719f9
equal deleted inserted replaced
13065:de4a18cbfc98 13066:86888ae9ce90
    54 
    54 
    55   $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/circle/al/file/tip/a?style=raw'
    55   $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/circle/al/file/tip/a?style=raw'
    56   404 Not Found
    56   404 Not Found
    57   
    57   
    58   
    58   
    59   error: repository circle not found
    59   error: repository circle/al/file/tip/a not found
    60   [1]
    60   [1]
    61   $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/circle/b/file/tip/a?style=raw'
    61   $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/circle/b/file/tip/a?style=raw'
    62   404 Not Found
    62   404 Not Found
    63   
    63   
    64   
    64   
    65   error: repository circle not found
    65   error: repository circle/b/file/tip/a not found
    66   [1]
    66   [1]
    67   $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/circle/c/file/tip/a?style=raw'
    67   $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/circle/c/file/tip/a?style=raw'
    68   404 Not Found
    68   404 Not Found
    69   
    69   
    70   
    70   
    71   error: repository circle not found
    71   error: repository circle/c/file/tip/a not found
    72   [1]
    72   [1]
    73 
    73 
    74 collections errors
    74 collections errors
    75 
    75 
    76   $ cat error-collections.log
    76   $ cat error-collections.log