Andy1978

Joined 8 January 2013
43 bytes added ,  2 August 2013
Line 90: Line 90:
       655      21      151  978161
       655      21      151  978161
</pre>
</pre>
good or bad?
So this is apparently a good one. Tell it hg bisect!


  cd ../octave-src && hg bisect -g
  cd ../octave-src && hg bisect -g


After this you try make again, bootstrap && configure if this fails, run the testscript, tell hg bisect if its good or bad and repeat this until the revision which introduced the problem is found.
After this you try make again, bootstrap && configure if make fails, rerun the testscript, tell hg bisect if it's good or bad and repeat this until the revision which introduced the problem is found.
Or you can use "hg bisect --command", see next point.
Or you can use "hg bisect --command", see next point.


219

edits