hgbook

view en/examples/daily.revert.modify.out @ 145:4aecfa5c3ab0

Drop all output from bisect.
It's not running deterministically right now.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 06 21:55:07 2007 -0800 (2007-03-06)
parents
children 1ea91eb01030
line source
1 $ \textbf{cat file}
2 original content
3 $ \textbf{echo unwanted change >> file}
4 $ \textbf{hg diff file}
5 diff -r file
8 @@ -1,1 +1,2 @@ original content
9 original content
10 +unwanted change