hgbook
annotate ja/examples/daily.revert.modify.out @ 1034:0525fc68b7fe
Update po files with source xml files
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Wed Nov 04 14:11:14 2009 +0800 (2009-11-04) |
parents | |
children |
rev | line source |
---|---|
foozy@708 | 1 $ \textbf{cat file} |
foozy@708 | 2 original content |
foozy@708 | 3 $ \textbf{echo unwanted change >> file} |
foozy@708 | 4 $ \textbf{hg diff file} |
foozy@708 | 5 diff -r file |
foozy@708 | 6 |
foozy@708 | 7 |
foozy@708 | 8 @@ -1,1 +1,2 @@ original content |
foozy@708 | 9 original content |
foozy@708 | 10 +unwanted change |