hgbook

view en/examples/daily.revert.modify.out @ 228:50223e198614

Update output.
author Bryan O'Sullivan <bos@serpentine.com>
date Sat May 26 12:04:52 2007 -0700 (2007-05-26)
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