# HG changeset patch # User Rob Landley # Date 1267027862 21600 # Node ID c7fd7c400d3b769558e988e718ddbec265122423 # Parent 9840847885e813b9ef467cbb55c006f2c97ce25d Add more cleanup to bisectinate's repository initialization (reliability tweak). diff -r 9840847885e8 -r c7fd7c400d3b sources/more/bisectinate.sh --- a/sources/more/bisectinate.sh Wed Feb 24 10:08:38 2010 -0600 +++ b/sources/more/bisectinate.sh Wed Feb 24 10:11:02 2010 -0600 @@ -29,6 +29,7 @@ mkdir -p build/logs cd "$REPO" && +git clean -fdx && git checkout -f && git bisect reset && git bisect start && git bisect good "$START" || exit 1 @@ -85,9 +86,3 @@ RESULT="$(git bisect $RESULT)" cd "$FWLDIR" done - - - -#git bisect start -#git bisect good 57dded090d6 -#git bisect bad origin/0_9_30