bos@144: $ \textbf{buggy_change=37} bos@144: $ \textbf{for (( i = 0; i < 50; i++ )); do} bos@144: > \textbf{ if [[ $i = $buggy_change ]]; then} bos@144: > \textbf{ echo 'i have a gub' > myfile$i} bos@144: > \textbf{ hg commit -q -A -m 'buggy changeset'} bos@144: > \textbf{ else} bos@144: > \textbf{ echo 'nothing to see here, move along' > myfile$i} bos@144: > \textbf{ hg commit -q -A -m 'normal changeset'} bos@144: > \textbf{ fi} bos@144: > \textbf{done}