hgbook

view en/examples/daily.revert.modify.out @ 261:a24b370a16ee

Fix escaping.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun Jun 17 11:21:32 2007 -0700 (2007-06-17)
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