comparison ja/examples/tour.tip.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.tip.out@006bbad1f190
children
comparison
equal deleted inserted replaced
289:7be02466421b 290:b0db5adf11c1
1 $ \textbf{hg tip -vp}
2 changeset:
3 tag: tip
4 user: Bryan O'Sullivan <bos@serpentine.com>
5
6 files: hello.c
7 description:
8 Added an extra line of output
9
10
11 diff -r -r hello.c
12
13
14 @@ -8,5 +8,6 @@ int main(int argc, char **argv)
15 int main(int argc, char **argv)
16 \{
17 printf("hello, world!\textbackslash{}");
18 + printf("hello again!\textbackslash{}n");
19 return 0;
20 \}
21