branch | stable |
changeset 10775 | c52057614c72 |
parent 10147 | 27838bd9acf5 |
10772:1e819576e926 | 10775:c52057614c72 |
---|---|
101 EOF |
101 EOF |
102 chmod +x script.py |
102 chmod +x script.py |
103 hg bisect -r |
103 hg bisect -r |
104 hg bisect --good tip |
104 hg bisect --good tip |
105 hg bisect --bad 0 |
105 hg bisect --bad 0 |
106 hg bisect --command "`pwd`/script.py" |
106 hg bisect --command "'`pwd`/script.py' and some parameters" |
107 true |
107 true |