hgbook
diff en/examples/bisect.commits.out @ 150:8cf40d4d9377
Fix broken example.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu Mar 08 23:11:55 2007 -0800 (2007-03-08) |
parents | 006bbad1f190 |
children | 08a4467f4891 7a6bd93174bd |
line diff
1.1 --- a/en/examples/bisect.commits.out Tue Mar 06 21:44:56 2007 -0800 1.2 +++ b/en/examples/bisect.commits.out Thu Mar 08 23:11:55 2007 -0800 1.3 @@ -1,10 +1,10 @@ 1.4 -$ \textbf{buggy_change=37} 1.5 -$ \textbf{for (( i = 0; i < 50; i++ )); do} 1.6 -> \textbf{ if [[ $i = $buggy_change ]]; then} 1.7 -> \textbf{ echo 'i have a gub' > myfile$i} 1.8 -> \textbf{ hg commit -q -A -m 'buggy changeset'} 1.9 -> \textbf{ else} 1.10 -> \textbf{ echo 'nothing to see here, move along' > myfile$i} 1.11 -> \textbf{ hg commit -q -A -m 'normal changeset'} 1.12 -> \textbf{ fi} 1.13 -> \textbf{done} 1.14 + 1.15 + 1.16 + 1.17 + 1.18 + 1.19 + 1.20 + 1.21 + 1.22 + 1.23 +