Mercurial > hgbook
view en/examples/daily.revert.modify.out @ 476:d5f1049a79dd
roll back untranslatable and more on undo.tex
author | Igor TAmara <igor@tamarapatino.org> |
---|---|
date | Mon, 27 Oct 2008 17:14:02 -0500 |
parents | 1ea91eb01030 |
children |
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 +unwanted change