hgbook

view en/examples/daily.revert.modify.out @ 474:9438521abfc4

finished the "bundled hooks" sections
author Javier Rojas <jerojasro@devnull.li>
date Wed Dec 31 10:18:25 2008 -0500 (2008-12-31)
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