Mercurial > hgbook
view en/examples/daily.revert.modify.out @ 321:2b25fe6e4331
I've done branch.tex
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Thu, 27 Mar 2008 18:35:07 +0900 |
parents | 006bbad1f190 |
children | 1ea91eb01030 |
line wrap: on
line source
$ \textbf{cat file} original content $ \textbf{echo unwanted change >> file} $ \textbf{hg diff file} diff -r file @@ -1,1 +1,2 @@ original content original content +unwanted change