Mercurial > hgbook
comparison ja/examples/tour.diff.out @ 290:b0db5adf11c1 ja_root
fork Japanese translation.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Wed, 06 Feb 2008 17:43:11 +0900 |
parents | en/examples/tour.diff.out@006bbad1f190 |
children |
comparison
equal
deleted
inserted
replaced
289:7be02466421b | 290:b0db5adf11c1 |
---|---|
1 $ \textbf{hg diff} | |
2 diff -r hello.c | |
3 | |
4 | |
5 @@ -8,5 +8,6 @@ int main(int argc, char **argv) | |
6 int main(int argc, char **argv) | |
7 \{ | |
8 printf("hello, world!\textbackslash{}"); | |
9 + printf("hello again!\textbackslash{}n"); | |
10 return 0; | |
11 \} |