tests/test-bisect
changeset 9692 807633f1e3c2
parent 8803 2b35ced86b69
child 9708 a9424b6a1a6d
equal deleted inserted replaced
9691:f8e1456e1c2c 9692:807633f1e3c2
    85 
    85 
    86 set +e
    86 set +e
    87 
    87 
    88 echo % test invalid command
    88 echo % test invalid command
    89 hg bisect -r
    89 hg bisect -r
    90 hg bisect --command 'foobar'
    90 hg bisect --command './foobar' 2>&1 | sed 's/: command/:/'
    91 
    91 
    92 echo % test bisecting command
    92 echo % test bisecting command
    93 cat > script.py <<EOF
    93 cat > script.py <<EOF
    94 #!/usr/bin/env python
    94 #!/usr/bin/env python
    95 import sys
    95 import sys