diff -r 7365d031d457 -r 6d098adc5a46 tests/test-hgweb-commands.t --- a/tests/test-hgweb-commands.t Tue Feb 05 12:58:21 2013 +0100 +++ b/tests/test-hgweb-commands.t Tue Feb 05 11:31:43 2013 -0600 @@ -1399,6 +1399,14 @@ $ grep Status search Status: 200 Script output follows\r (esc) +summary works with filtering (issue3810) + + $ PATH_INFO=/summary; export PATH_INFO + $ QUERY_STRING='style=monoblue'; export QUERY_STRING + $ python hgweb.cgi > summary.out + $ grep "^Status" summary.out + Status: 200 Script output follows\r (esc) + proper status for filtered revision