hgbook

diff en/examples/bisect.commits.out @ 144:006bbad1f190

Add expected output files.
This makes it possible to spot changes in Mercurial's output and
behaviour over time.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 06 21:44:56 2007 -0800 (2007-03-06)
parents
children 4aecfa5c3ab0
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/examples/bisect.commits.out	Tue Mar 06 21:44:56 2007 -0800
     1.3 @@ -0,0 +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}