tests/test-hgweb-commands.t
branchstable
changeset 18497 a58d8936647a
parent 18496 d1c13a4dc638
child 18517 0c51532ec233
equal deleted inserted replaced
18496:d1c13a4dc638 18497:a58d8936647a
  1390 
  1390 
  1391   $ PATH_INFO=/; export PATH_INFO
  1391   $ PATH_INFO=/; export PATH_INFO
  1392   $ QUERY_STRING='cmd=listkeys&namespace=bookmarks'
  1392   $ QUERY_STRING='cmd=listkeys&namespace=bookmarks'
  1393   $ python hgweb.cgi
  1393   $ python hgweb.cgi
  1394 
  1394 
       
  1395 search works with filtering
       
  1396 
       
  1397   $ PATH_INFO=/log; export PATH_INFO
       
  1398   $ QUERY_STRING='rev=babar'
       
  1399   $ python hgweb.cgi > search
       
  1400   $ grep Status search
       
  1401   Status: 200 Script output follows\r (esc)
       
  1402 
  1395   $ cd ..
  1403   $ cd ..