hgbook

view en/examples/daily.revert.modify.out @ 492:b7b6a085056e

merged ikks' changes
author Javier Rojas <jerojasro@devnull.li>
date Wed Jan 07 22:27:30 2009 -0500 (2009-01-07)
parents 006bbad1f190
children
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 @@
9 original content
10 +unwanted change