hgbook
view en/examples/mq.dodiff.diff.out @ 145:4aecfa5c3ab0
Drop all output from bisect.
It's not running deterministically right now.
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 | bdd271cf1ae1 |
line source
1 $ \textbf{echo 'this is my first line' > oldfile}
2 $ \textbf{echo 'my first line is here' > newfile}
3 $ \textbf{diff -u oldfile newfile > tiny.patch}
4 $ \textbf{cat tiny.patch}
7 @@ -1 +1 @@
8 -this is my first line
9 +my first line is here
10 $ \textbf{patch < tiny.patch}
11 patching file oldfile
12 $ \textbf{cat newfile}
13 my first line is here