hgbook

annotate en/examples/daily.revert.modify.out @ 416:15bf7d50b586

Translated a couple of paragraphs
author jerojasro@devnull.li
date Wed Nov 12 22:36:35 2008 -0500 (2008-11-12)
parents 006bbad1f190
children
rev   line source
bos@144 1 $ \textbf{cat file}
bos@144 2 original content
bos@144 3 $ \textbf{echo unwanted change >> file}
bos@144 4 $ \textbf{hg diff file}
bos@144 5 diff -r file
bos@144 6
bos@144 7
hg@294 8 @@ -1,1 +1,2 @@
bos@144 9 original content
bos@144 10 +unwanted change