hgbook
diff en/examples/bisect @ 172:5f305adeb584
Try to tighten up the run environment to make things more reproducible.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue Mar 27 15:04:47 2007 -0700 (2007-03-27) |
parents | 08a4467f4891 |
children |
line diff
1.1 --- a/en/examples/bisect Mon Mar 26 22:59:43 2007 -0700 1.2 +++ b/en/examples/bisect Tue Mar 27 15:04:47 2007 -0700 1.3 @@ -6,6 +6,8 @@ 1.4 # XXX There's some kind of horrible nondeterminism in the execution of 1.5 # bisect at the moment. Ugh. 1.6 1.7 +#$ ignore: .* 1.8 + 1.9 #$ name: init 1.10 1.11 hg init mybug 1.12 @@ -38,8 +40,6 @@ 1.13 1.14 hg bisect bad 1.15 1.16 -#$ drop_output: yes 1.17 - 1.18 #$ name: search.good-init 1.19 1.20 hg bisect good 10