hgbook

annotate en/examples/daily.revert.modify.out @ 294:1ea91eb01030

Fixed sample output for 'daily.revert' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:49:39 2008 +0200 (2008-08-20)
parents 006bbad1f190
children
rev   line source
bos@144 1 $ \textbf{cat file}
bos@144 2 original content
bos@144 3 $ \textbf{echo unwanted change >> file}
bos@144 4 $ \textbf{hg diff file}
bos@144 5 diff -r file
bos@144 6
bos@144 7
hg@294 8 @@ -1,1 +1,2 @@
bos@144 9 original content
bos@144 10 +unwanted change